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