BooleanIterable, OrderedBooleanIterable, PrimitiveIterableBooleanList, ImmutableBooleanList, MutableBooleanListBooleanArrayList, SynchronizedBooleanList, UnmodifiableBooleanListpublic interface ReversibleBooleanIterable extends OrderedBooleanIterable
| Modifier and Type | Method | Description |
|---|---|---|
LazyBooleanIterable |
asReversed() |
|
<V> ReversibleIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
default <V> ReversibleIterable<V> |
collectWithIndex(BooleanIntToObjectFunction<? extends V> function) |
Returns a new ReversibleIterable using results obtained by applying the specified function to each element
and its corresponding index.
|
ReversibleBooleanIterable |
distinct() |
|
boolean |
getLast() |
|
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
|
ReversibleBooleanIterable |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ReversibleBooleanIterable |
select(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
ReversibleBooleanIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, booleanIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, tap, toArray, toBag, toList, toSetcollectWithIndex, forEachWithIndex, getFirst, indexOfappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringboolean getLast()
LazyBooleanIterable asReversed()
ReversibleBooleanIterable select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface OrderedBooleanIterableReversibleBooleanIterable reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface OrderedBooleanIterable<V> ReversibleIterable<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface OrderedBooleanIterabledefault <V> ReversibleIterable<V> collectWithIndex(BooleanIntToObjectFunction<? extends V> function)
collectWithIndex in interface OrderedBooleanIterableReversibleBooleanIterable toReversed()
ReversibleBooleanIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedBooleanIterableCopyright © 2004–2018. All rights reserved.