public final class CollectionRemoveProcedure<T> extends Object implements Procedure<T>
| Constructor and Description |
|---|
CollectionRemoveProcedure(Collection<T> newCollection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getResult() |
static <T> CollectionRemoveProcedure<T> |
on(Collection<T> newCollection) |
String |
toString() |
void |
value(T object) |
public CollectionRemoveProcedure(Collection<T> newCollection)
public static <T> CollectionRemoveProcedure<T> on(Collection<T> newCollection)
public Collection<T> getResult()
Copyright © 2004–2022. All rights reserved.