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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyShortIterable select(ShortPredicate predicate)
select in interface ShortIterableLazyShortIterable reject(ShortPredicate predicate)
reject in interface ShortIterable<V> LazyIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableCopyright © 2004–2017. All rights reserved.