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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyDoubleIterable select(DoublePredicate predicate)
select
in interface DoubleIterable
LazyDoubleIterable reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
Copyright © 2004–2017. All rights reserved.