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, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringLazyBooleanIterable select(BooleanPredicate predicate)
select in interface BooleanIterableLazyBooleanIterable reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> LazyIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableCopyright © 2004–2017. All rights reserved.