public interface StateOperator
Structural
jobs to decide their own state.
It is illegal to pass the JobState.DESTROYED
state as
an argument. Behaviour is undefined in this instance.
Modifier and Type | Method and Description |
---|---|
ParentState |
evaluate(State... states)
Evaluate the given states.
|
ParentState evaluate(State... states)
states
- The states.