Class CollectBooleanProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
Applies a BooleanFunction to an object and adds the result to a target boolean collection.
This file was automatically generated from template file CollectPrimitiveProcedure.stg.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectBooleanProcedure(BooleanFunction<? super T> booleanFunction, MutableBooleanCollection targetCollection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
CollectBooleanProcedure
public CollectBooleanProcedure(BooleanFunction<? super T> booleanFunction, MutableBooleanCollection targetCollection)
-
-
Method Details