public interface LazyShortIterable extends ShortIterable
| Modifier and Type | Method and Description |
|---|---|
<V> LazyIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(ShortToBooleanFunction function) |
LazyByteIterable |
collectByte(ShortToByteFunction function) |
LazyCharIterable |
collectChar(ShortToCharFunction function) |
LazyDoubleIterable |
collectDouble(ShortToDoubleFunction function) |
LazyFloatIterable |
collectFloat(ShortToFloatFunction function) |
LazyIntIterable |
collectInt(ShortToIntFunction function) |
LazyLongIterable |
collectLong(ShortToLongFunction function) |
LazyShortIterable |
collectShort(ShortToShortFunction function) |
LazyShortIterable |
reject(ShortPredicate predicate) |
LazyShortIterable |
select(ShortPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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 ShortIterableLazyBooleanIterable collectBoolean(ShortToBooleanFunction function)
LazyByteIterable collectByte(ShortToByteFunction function)
LazyCharIterable collectChar(ShortToCharFunction function)
LazyShortIterable collectShort(ShortToShortFunction function)
LazyIntIterable collectInt(ShortToIntFunction function)
LazyFloatIterable collectFloat(ShortToFloatFunction function)
LazyLongIterable collectLong(ShortToLongFunction function)
LazyDoubleIterable collectDouble(ShortToDoubleFunction function)
Copyright © 2004–2017. All rights reserved.