Class CollectionRemoveProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedure<T>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CollectionRemoveProcedure<T> on(Collection<T> newCollection) toString()void
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
collection
-
-
Constructor Details
-
CollectionRemoveProcedure
-
-
Method Details
-
on
-
value
-
getResult
-
toString
-