public final class CollectionRemoveProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectionRemoveProcedure(java.util.Collection<T> newCollection) |
public CollectionRemoveProcedure(java.util.Collection<T> newCollection)
public static <T> CollectionRemoveProcedure<T> on(java.util.Collection<T> newCollection)
public void value(T object)
value in interface com.gs.collections.api.block.procedure.Procedure<T>public java.util.Collection<T> getResult()
public java.lang.String toString()
toString in class java.lang.Object