public final class CollectBooleanProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectBooleanProcedure(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction,
org.eclipse.collections.api.collection.primitive.MutableBooleanCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableBooleanCollection |
getBooleanCollection() |
void |
value(T object) |
public CollectBooleanProcedure(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T> booleanFunction, org.eclipse.collections.api.collection.primitive.MutableBooleanCollection targetCollection)
Copyright © 2004–2017. All rights reserved.