| Constructor and Description |
|---|
ForEach(java.lang.Iterable<T> arguments) |
ForEach(Optional<T> argument) |
ForEach(Single<T> argument) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Procedure<? super T> arg)
Executes the procedure with the given argument.
|
public ForEach(java.lang.Iterable<T> arguments)