Class CollectDoubleToBooleanIterable
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
-
- org.eclipse.collections.impl.lazy.primitive.CollectDoubleToBooleanIterable
-
- All Implemented Interfaces:
BooleanIterable,LazyBooleanIterable,PrimitiveIterable
public class CollectDoubleToBooleanIterable extends AbstractLazyBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
-
-
Constructor Summary
Constructors Constructor Description CollectDoubleToBooleanIterable(DoubleIterable iterable, DoubleToBooleanFunction function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanIteratorbooleanIterator()voideach(BooleanProcedure procedure)booleanisEmpty()booleannotEmpty()intsize()-
Methods inherited from class org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
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, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.BooleanIterable
collect, 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, toArray
-
-
-
-
Constructor Detail
-
CollectDoubleToBooleanIterable
public CollectDoubleToBooleanIterable(DoubleIterable iterable, DoubleToBooleanFunction function)
-
-
Method Detail
-
each
public void each(BooleanProcedure procedure)
-
booleanIterator
public BooleanIterator booleanIterator()
-
size
public int size()
- Specified by:
sizein interfacePrimitiveIterable- Overrides:
sizein classAbstractLazyBooleanIterable
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacePrimitiveIterable- Overrides:
isEmptyin classAbstractLazyBooleanIterable
-
notEmpty
public boolean notEmpty()
- Specified by:
notEmptyin interfacePrimitiveIterable- Overrides:
notEmptyin classAbstractLazyBooleanIterable
-
-