public interface ReversibleBooleanIterable extends BooleanIterable
| Modifier and Type | Method and Description |
|---|---|
LazyBooleanIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
void |
forEachWithIndex(BooleanIntProcedure procedure) |
boolean |
getFirst() |
boolean |
getLast() |
int |
indexOf(boolean value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
ReversibleBooleanIterable |
reject(BooleanPredicate predicate) |
ReversibleBooleanIterable |
select(BooleanPredicate predicate) |
ReversibleBooleanIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean getFirst()
boolean getLast()
int indexOf(boolean value)
LazyBooleanIterable asReversed()
ReversibleBooleanIterable select(BooleanPredicate predicate)
select in interface BooleanIterableReversibleBooleanIterable reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> ReversibleIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableReversibleBooleanIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(BooleanIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.