public interface LazyIntIterable extends IntIterable
| Modifier and Type | Method and Description |
|---|---|
<V> LazyIterable<V> |
collect(IntToObjectFunction<? extends V> function) |
LazyIntIterable |
reject(IntPredicate predicate) |
LazyIntIterable |
select(IntPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyIntIterable select(IntPredicate predicate)
select in interface IntIterableLazyIntIterable reject(IntPredicate predicate)
reject in interface IntIterable<V> LazyIterable<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableCopyright © 2004–2017. All rights reserved.