public interface LazyDoubleIterable extends DoubleIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyDoubleIterable tap(DoubleProcedure procedure)
tap in interface DoubleIterableLazyDoubleIterable select(DoublePredicate predicate)
DoubleIterableselect in interface DoubleIterableLazyDoubleIterable reject(DoublePredicate predicate)
DoubleIterablereject in interface DoubleIterable<V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
DoubleIterablecollect in interface DoubleIterable<V> LazyIterable<V> flatCollect(DoubleToObjectFunction<? extends Iterable<V>> function)
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–2022. All rights reserved.