Class RejectProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.RejectProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRejectProcedure(Predicate<? super T> newPredicate, Collection<T> targetCollection) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicate
-
collection
-
-
Constructor Details
-
RejectProcedure
-
-
Method Details
-
value
-
getCollection
-