public final class CollectBooleanProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectBooleanProcedure(com.gs.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction,
com.gs.collections.api.collection.primitive.MutableBooleanCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.collection.primitive.MutableBooleanCollection |
getBooleanCollection() |
void |
value(T object) |
public CollectBooleanProcedure(com.gs.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction, com.gs.collections.api.collection.primitive.MutableBooleanCollection targetCollection)