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, indexOf
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean getLast()
LazyBooleanIterable asReversed()
ReversibleBooleanIterable select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface OrderedBooleanIterable
ReversibleBooleanIterable reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface OrderedBooleanIterable
<V> ReversibleIterable<V> collect(BooleanToObjectFunction<? extends V> function)
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–2016. All rights reserved.