Effect.WithAction<State,Action>, Effect.WithActions<State,Action>| Constructor and Description |
|---|
WithAction(State state,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
State |
component1() |
Action |
component2() |
Effect.WithAction<State,Action> |
copy(State state,
Action action) |
boolean |
equals(java.lang.Object p) |
Action |
getAction() |
State |
getState() |
int |
hashCode() |
Effect<State,Action> |
plus(Action action)
Adds another action to
class Effect. |
java.lang.String |
toString() |
public Effect<State,Action> plus(Action action)
Adds another action to class Effect.
class Effectpublic State getState()
public Action getAction()
public State component1()
public Action component2()
public Effect.WithAction<State,Action> copy(State state, Action action)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)