public class CollectBooleanToBooleanIterable extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectBooleanToBooleanIterable(BooleanIterable iterable,
BooleanToBooleanFunction function) |
| Modifier and Type | Method and Description |
|---|---|
BooleanIterator |
booleanIterator() |
void |
each(BooleanProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toArray, toBag, toList, toSet, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, select, toArraypublic CollectBooleanToBooleanIterable(BooleanIterable iterable, BooleanToBooleanFunction function)
public void each(BooleanProcedure procedure)
public BooleanIterator booleanIterator()
public int size()
size in interface PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterableCopyright © 2004–2022. All rights reserved.