Class SelectProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.SelectProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
Applies a predicate to an object to determine if it should be added to a target collection.
- Since:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectProcedure(Predicate<? super T> newPredicate, Collection<T> targetCollection) -
Method Summary