public interface LazyIntIterable extends IntIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(IntToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(IntToBooleanFunction function) |
LazyByteIterable |
collectByte(IntToByteFunction function) |
LazyCharIterable |
collectChar(IntToCharFunction function) |
LazyDoubleIterable |
collectDouble(IntToDoubleFunction function) |
LazyFloatIterable |
collectFloat(IntToFloatFunction function) |
LazyIntIterable |
collectInt(IntToIntFunction function) |
LazyLongIterable |
collectLong(IntToLongFunction function) |
LazyShortIterable |
collectShort(IntToShortFunction function) |
LazyIntIterable |
reject(IntPredicate predicate) |
LazyIntIterable |
select(IntPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, 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
LazyBooleanIterable collectBoolean(IntToBooleanFunction function)
LazyByteIterable collectByte(IntToByteFunction function)
LazyCharIterable collectChar(IntToCharFunction function)
LazyShortIterable collectShort(IntToShortFunction function)
LazyIntIterable collectInt(IntToIntFunction function)
LazyFloatIterable collectFloat(IntToFloatFunction function)
LazyLongIterable collectLong(IntToLongFunction function)
LazyDoubleIterable collectDouble(IntToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.