Class CollectionRemoveProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
CollectionRemoveProcedure removes element from the specified collection when one of the procedure methods are called.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CollectionRemoveProcedure
<T> on
(Collection<T> newCollection) toString()
void