public interface ReversibleBooleanIterable extends OrderedBooleanIterable
| Modifier and Type | Method and Description |
|---|---|
LazyBooleanIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ReversibleBooleanIterable |
distinct() |
boolean |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
ReversibleBooleanIterable |
reject(BooleanPredicate predicate) |
ReversibleBooleanIterable |
select(BooleanPredicate predicate) |
ReversibleBooleanIterable |
toReversed() |
forEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean getLast()
LazyBooleanIterable asReversed()
ReversibleBooleanIterable select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface OrderedBooleanIterableReversibleBooleanIterable reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface OrderedBooleanIterable<V> ReversibleIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablecollect in interface OrderedBooleanIterableReversibleBooleanIterable toReversed()
ReversibleBooleanIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedBooleanIterableCopyright © 2004–2017. All rights reserved.