Class CollectionRemoveProcedure<T>

java.lang.Object
org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedure<T>
All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>

public final class CollectionRemoveProcedure<T>
extends Object
implements Procedure<T>
CollectionRemoveProcedure removes element from the specified collection when one of the procedure methods are called.
See Also:
Serialized Form