BooleanIterable
, OrderedBooleanIterable
, PrimitiveIterable
BooleanList
, ImmutableBooleanList
, MutableBooleanList
BooleanArrayList
, SynchronizedBooleanList
, UnmodifiableBooleanList
public 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.
|
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, 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, toSet
forEachWithIndex, getFirst, indexOf
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean getLast()
LazyBooleanIterable asReversed()
ReversibleBooleanIterable select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
select
in interface OrderedBooleanIterable
ReversibleBooleanIterable reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
reject
in interface OrderedBooleanIterable
<V> ReversibleIterable<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
collect
in interface OrderedBooleanIterable
ReversibleBooleanIterable toReversed()
ReversibleBooleanIterable distinct()
<T> T injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex
in interface OrderedBooleanIterable
Copyright © 2004–2017. All rights reserved.