public interface LazyDoubleIterable extends DoubleIterable
| Modifier and Type | Method and Description |
|---|---|
<V> LazyIterable<V> |
collect(DoubleToObjectFunction<? extends V> function) |
LazyDoubleIterable |
reject(DoublePredicate predicate) |
LazyDoubleIterable |
select(DoublePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyDoubleIterable select(DoublePredicate predicate)
select in interface DoubleIterableLazyDoubleIterable reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableCopyright © 2004–2017. All rights reserved.