public class CollectShortToBooleanIterable extends AbstractLazyBooleanIterable
| Constructor and Description |
|---|
CollectShortToBooleanIterable(org.eclipse.collections.api.ShortIterable iterable,
org.eclipse.collections.api.block.function.primitive.ShortToBooleanFunction function) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.iterator.BooleanIterator |
booleanIterator() |
void |
each(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure) |
boolean |
isEmpty() |
boolean |
notEmpty() |
int |
size() |
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 CollectShortToBooleanIterable(org.eclipse.collections.api.ShortIterable iterable,
org.eclipse.collections.api.block.function.primitive.ShortToBooleanFunction function)
public void each(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure)
public org.eclipse.collections.api.iterator.BooleanIterator booleanIterator()
public int size()
size in interface org.eclipse.collections.api.PrimitiveIterablesize in class AbstractLazyBooleanIterablepublic boolean isEmpty()
isEmpty in interface org.eclipse.collections.api.PrimitiveIterableisEmpty in class AbstractLazyBooleanIterablepublic boolean notEmpty()
notEmpty in interface org.eclipse.collections.api.PrimitiveIterablenotEmpty in class AbstractLazyBooleanIterableCopyright © 2004–2017. All rights reserved.