public class Each<T,U>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Each.Mutator<T,U> |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> Each.Mutator<T,U> |
create() |
T |
get() |
void |
set(T value) |
java.util.Optional<U> |
state() |
void |
state(U state) |