public interface LazyFloatIterable extends FloatIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
LazyFloatIterable |
reject(FloatPredicate predicate) |
LazyFloatIterable |
select(FloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, 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
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
Copyright © 2004–2018. All rights reserved.