public interface LazyShortIterable extends ShortIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
LazyShortIterable |
reject(ShortPredicate predicate) |
LazyShortIterable |
select(ShortPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyShortIterable select(ShortPredicate predicate)
select
in interface ShortIterable
LazyShortIterable reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> LazyIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
Copyright © 2004–2018. All rights reserved.