public interface OrderedBooleanIterable extends BooleanIterable
Modifier and Type | Method and Description |
---|---|
<V> OrderedIterable<V> |
collect(BooleanToObjectFunction<? extends V> function) |
void |
forEachWithIndex(BooleanIntProcedure procedure) |
boolean |
getFirst() |
int |
indexOf(boolean value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectBooleanIntToObjectFunction<? super T,? extends T> function) |
OrderedBooleanIterable |
reject(BooleanPredicate predicate) |
OrderedBooleanIterable |
select(BooleanPredicate predicate) |
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 getFirst()
int indexOf(boolean value)
OrderedBooleanIterable select(BooleanPredicate predicate)
select
in interface BooleanIterable
OrderedBooleanIterable reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> OrderedIterable<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
<T> T injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(BooleanIntProcedure procedure)
Copyright © 2004–2016. All rights reserved.