public interface LazyFloatIterable extends FloatIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
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) |
LazyFloatIterable |
reject(FloatPredicate predicate) |
LazyFloatIterable |
select(FloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyFloatIterable select(FloatPredicate predicate)
select
in interface FloatIterable
LazyFloatIterable reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> LazyIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
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–2016. All rights reserved.