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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyLongIterable select(LongPredicate predicate)
select in interface LongIterableLazyLongIterable reject(LongPredicate predicate)
reject in interface LongIterable<V> LazyIterable<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableCopyright © 2004–2017. All rights reserved.