Class CollectBooleanProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MutableBooleanCollectionprivate final BooleanFunction<? super T> private static final long -
Constructor Summary
ConstructorsConstructorDescriptionCollectBooleanProcedure(BooleanFunction<? super T> booleanFunction, MutableBooleanCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
booleanFunction
-
booleanCollection
-
-
Constructor Details
-
CollectBooleanProcedure
public CollectBooleanProcedure(BooleanFunction<? super T> booleanFunction, MutableBooleanCollection targetCollection)
-
-
Method Details
-
value
-
getBooleanCollection
-