Class SelectBooleanIterable.CountBooleanProcedure
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.CountBooleanProcedure
- All Implemented Interfaces:
Serializable
,BooleanProcedure
- Enclosing class:
SelectBooleanIterable
private static final class SelectBooleanIterable.CountBooleanProcedure
extends Object
implements BooleanProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final BooleanPredicate
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
counter
private int counter
-
-
Constructor Details
-
CountBooleanProcedure
-
-
Method Details
-
value
public void value(boolean each) - Specified by:
value
in interfaceBooleanProcedure
-
getCount
public int getCount()
-