FloatIterable, PrimitiveIterableAbstractLazyFloatIterable, CollectBooleanToFloatIterable, CollectByteToFloatIterable, CollectCharToFloatIterable, CollectDoubleToFloatIterable, CollectFloatIterable, CollectFloatToFloatIterable, CollectIntToFloatIterable, CollectLongToFloatIterable, CollectShortToFloatIterable, LazyFloatIterableAdapter, ReverseFloatIterable, SelectFloatIterable, TapFloatIterablepublic interface LazyFloatIterable extends FloatIterable
| Modifier and Type | Method | Description |
|---|---|---|
<V> LazyIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
LazyBooleanIterable |
collectBoolean(FloatToBooleanFunction function) |
|
LazyByteIterable |
collectByte(FloatToByteFunction function) |
|
LazyCharIterable |
collectChar(FloatToCharFunction function) |
|
LazyDoubleIterable |
collectDouble(FloatToDoubleFunction function) |
|
LazyFloatIterable |
collectFloat(FloatToFloatFunction function) |
|
LazyIntIterable |
collectInt(FloatToIntFunction function) |
|
LazyLongIterable |
collectLong(FloatToLongFunction function) |
|
LazyShortIterable |
collectShort(FloatToShortFunction function) |
|
<V> LazyIterable<V> |
flatCollect(FloatToObjectFunction<? extends Iterable<V>> function) |
|
LazyFloatIterable |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
LazyFloatIterable |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
LazyFloatIterable |
tap(FloatProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyFloatIterable tap(FloatProcedure procedure)
tap in interface FloatIterableLazyFloatIterable select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableLazyFloatIterable reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterable<V> LazyIterable<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterable<V> LazyIterable<V> flatCollect(FloatToObjectFunction<? extends Iterable<V>> function)
LazyBooleanIterable collectBoolean(FloatToBooleanFunction function)
LazyByteIterable collectByte(FloatToByteFunction function)
LazyCharIterable collectChar(FloatToCharFunction function)
LazyShortIterable collectShort(FloatToShortFunction function)
LazyIntIterable collectInt(FloatToIntFunction function)
LazyFloatIterable collectFloat(FloatToFloatFunction function)
LazyLongIterable collectLong(FloatToLongFunction function)
LazyDoubleIterable collectDouble(FloatToDoubleFunction function)
Copyright © 2004–2019. All rights reserved.