Class TapBooleanIterable.TapBooleanIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapBooleanIterable.TapBooleanIterator
- All Implemented Interfaces:
BooleanIterator
- Enclosing class:
- TapBooleanIterable
-
Constructor Summary
ConstructorsConstructorDescriptionTapBooleanIterator(BooleanIterable iterable, BooleanProcedure procedure) TapBooleanIterator(BooleanIterator iterator, BooleanProcedure procedure) -
Method Summary
-
Constructor Details
-
TapBooleanIterator
-
TapBooleanIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceBooleanIterator
-
next
public boolean next()- Specified by:
nextin interfaceBooleanIterator
-