public interface LazyLongIterable extends LongIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(LongToObjectFunction<? extends V> function) |
LazyBooleanIterable |
collectBoolean(LongToBooleanFunction function) |
LazyByteIterable |
collectByte(LongToByteFunction function) |
LazyCharIterable |
collectChar(LongToCharFunction function) |
LazyDoubleIterable |
collectDouble(LongToDoubleFunction function) |
LazyFloatIterable |
collectFloat(LongToFloatFunction function) |
LazyIntIterable |
collectInt(LongToIntFunction function) |
LazyLongIterable |
collectLong(LongToLongFunction function) |
LazyShortIterable |
collectShort(LongToShortFunction function) |
LazyLongIterable |
reject(LongPredicate predicate) |
LazyLongIterable |
select(LongPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyLongIterable select(LongPredicate predicate)
select
in interface LongIterable
LazyLongIterable reject(LongPredicate predicate)
reject
in interface LongIterable
<V> LazyIterable<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
LazyBooleanIterable collectBoolean(LongToBooleanFunction function)
LazyByteIterable collectByte(LongToByteFunction function)
LazyCharIterable collectChar(LongToCharFunction function)
LazyShortIterable collectShort(LongToShortFunction function)
LazyIntIterable collectInt(LongToIntFunction function)
LazyFloatIterable collectFloat(LongToFloatFunction function)
LazyLongIterable collectLong(LongToLongFunction function)
LazyDoubleIterable collectDouble(LongToDoubleFunction function)
Copyright © 2004–2016. All rights reserved.