| Constructor and Description |
|---|
Composite(java.lang.Iterable<? extends Procedure<? super T>> delegates) |
Composite(Procedure<? super T>... delegates) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(T arg)
Executes the procedure with the given argument.
|