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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyIntIterable select(IntPredicate predicate)
select
in interface IntIterable
LazyIntIterable reject(IntPredicate predicate)
reject
in interface IntIterable
<V> LazyIterable<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
Copyright © 2004–2019. All rights reserved.