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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyFloatIterable select(FloatPredicate predicate)
select in interface FloatIterableLazyFloatIterable reject(FloatPredicate predicate)
reject in interface FloatIterable<V> LazyIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableCopyright © 2004–2017. All rights reserved.