public class Effect<State,Action>
Convenience wrapper around State and optional Action.
| Constructor and Description |
|---|
Effect(State state,
Action action)
Convenience wrapper around State and optional Action.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
State |
getState() |