public interface LazyBooleanIterable extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
<V> LazyIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
LazyBooleanIterable |
reject(BooleanPredicate predicate) |
LazyBooleanIterable |
select(BooleanPredicate predicate) |
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
LazyBooleanIterable select(BooleanPredicate predicate)
select
in interface BooleanIterable
LazyBooleanIterable reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
Copyright © 2004–2019. All rights reserved.