M
- The type of the model@API(status=MAINTAINED,
since="1.0")
public interface ActionSequence<M>
M
Modifier and Type | Interface and Description |
---|---|
static class |
ActionSequence.RunState |
Modifier and Type | Method and Description |
---|---|
M |
finalModel() |
M |
run(M model) |
java.util.List<Action<M>> |
runActions() |
ActionSequence.RunState |
runState() |
ActionSequence<M> |
withInvariant(Invariant<M> invariant) |
ActionSequence<M> withInvariant(Invariant<M> invariant)
M finalModel()
ActionSequence.RunState runState()