public class CollectDoubleToBooleanIterable extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectDoubleToBooleanIterable(DoubleIterable iterable,
DoubleToBooleanFunction function) |
| Modifier and Type | Method and Description |
|---|---|
BooleanIterator |
booleanIterator() |
void |
each(BooleanProcedure procedure) |
boolean |
isEmpty()
Returns true if this iterable has zero items.
|
boolean |
notEmpty()
The English equivalent of !this.isEmpty()
|
int |
size()
Returns the number of items in this iterable.
|
allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, toArray, toBag, toList, toSet, toStringpublic CollectDoubleToBooleanIterable(DoubleIterable iterable, DoubleToBooleanFunction function)
public void each(BooleanProcedure procedure)
public BooleanIterator booleanIterator()
public int size()
PrimitiveIterablesize in interface PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
PrimitiveIterableisEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
PrimitiveIterablenotEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterableCopyright © 2004–2016. All rights reserved.