Uses of Class
de.quantummaid.httpmaid.path.statemachine.State
-
Packages that use State Package Description de.quantummaid.httpmaid.path.statemachine -
-
Uses of State in de.quantummaid.httpmaid.path.statemachine
Methods in de.quantummaid.httpmaid.path.statemachine that return State Modifier and Type Method Description StateStateMachineBuilder. createState()Methods in de.quantummaid.httpmaid.path.statemachine with parameters of type State Modifier and Type Method Description voidStateMachineBuilder. addTransition(State state, Transition<T> transition)voidStateMachineBuilder. markAsFinal(State state)static <T> Transition<T>Transition. transition(StateMachineMatcher<T> predicate, State target)
-