Constructor and Description |
---|
ListOperation(Operation<T> op)
The operation to apply to a
List of |
Modifier and Type | Method and Description |
---|---|
void |
perform(List<T> object)
Perform the operation on the given object.
|
public ListOperation(Operation<T> op)
List
of op
-