Uses of Interface
de.quantummaid.injectmaid.statemachine.states.State
-
Packages that use State Package Description de.quantummaid.injectmaid.statemachine de.quantummaid.injectmaid.statemachine.states -
-
Uses of State in de.quantummaid.injectmaid.statemachine
Methods in de.quantummaid.injectmaid.statemachine with parameters of type State Modifier and Type Method Description voidStates. addIfNotPresent(State state)voidStates. addOrFailIfAlreadyPresent(State state, boolean allowDuplicatesIfSame)Method parameters in de.quantummaid.injectmaid.statemachine with type arguments of type State Modifier and Type Method Description <T> Stream<T>States. collect(Function<State,T> mapper)voidStates. update(UnaryOperator<State> signal) -
Uses of State in de.quantummaid.injectmaid.statemachine.states
Classes in de.quantummaid.injectmaid.statemachine.states that implement State Modifier and Type Class Description classFailedclassResolvedclassResolvingDependenciesclassUnresolvedclassUnresolvedFactoryMethods in de.quantummaid.injectmaid.statemachine.states that return State Modifier and Type Method Description default StateState. detectInstantiator()StateUnresolved. detectInstantiator()StateUnresolvedFactory. detectInstantiator()StateResolvingDependencies. resolvedDependencies()default StateState. resolvedDependencies()static StateUnresolved. unresolved(Context context)
-