java.lang.Object
org.eclipse.collections.impl.block.procedure.SelectProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
public final class SelectProcedure<T>
extends Object
implements Procedure<T>
Applies a predicate to an object to determine if it should be added to a target collection.
- Since:
- 1.0
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure
accept