public interface LazyLongIterable extends LongIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(LongToObjectFunction<? extends V> function) |
LazyLongIterable |
reject(LongPredicate predicate) |
LazyLongIterable |
select(LongPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, 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
Copyright © 2004–2016. All rights reserved.