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, summaryStatistics, 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
LazyBooleanIterable 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–2016. All rights reserved.