public class Effect<State,Action>
Convenience wrapper around State and optional Action.
| Modifier and Type | Class and Description |
|---|---|
static class |
Effect.WithAction<State,Action> |
static class |
Effect.WithActions<State,Action> |
| Modifier and Type | Method and Description |
|---|---|
Effect<State,Action> |
plus(Action action)
Adds another action to
class Effect. |
public Effect<State,Action> plus(Action action)
Adds another action to class Effect.
class Effect