public interface LazyDoubleIterable extends DoubleIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(DoubleToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(DoubleToBooleanFunction function) |
LazyByteIterable |
collectByte(DoubleToByteFunction function) |
LazyCharIterable |
collectChar(DoubleToCharFunction function) |
LazyDoubleIterable |
collectDouble(DoubleToDoubleFunction function) |
LazyFloatIterable |
collectFloat(DoubleToFloatFunction function) |
LazyIntIterable |
collectInt(DoubleToIntFunction function) |
LazyLongIterable |
collectLong(DoubleToLongFunction function) |
LazyShortIterable |
collectShort(DoubleToShortFunction function) |
LazyDoubleIterable |
reject(DoublePredicate predicate) |
LazyDoubleIterable |
select(DoublePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyDoubleIterable select(DoublePredicate predicate)
select
in interface DoubleIterable
LazyDoubleIterable reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
LazyBooleanIterable collectBoolean(DoubleToBooleanFunction function)
LazyByteIterable collectByte(DoubleToByteFunction function)
LazyCharIterable collectChar(DoubleToCharFunction function)
LazyShortIterable collectShort(DoubleToShortFunction function)
LazyIntIterable collectInt(DoubleToIntFunction function)
LazyFloatIterable collectFloat(DoubleToFloatFunction function)
LazyLongIterable collectLong(DoubleToLongFunction function)
LazyDoubleIterable collectDouble(DoubleToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.