java.lang.Object
org.eclipse.collections.impl.block.procedure.RejectProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
public final class RejectProcedure<T>
extends Object
implements Procedure<T>
Applies a predicate to an object to determine if it should be added to a target collection.
- 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