- ParameterConversion - Class in com.github.oxo42.stateless4j.conversion
-
- permit(T, S) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state
- permitDynamic(T, Func<S>) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamic(TriggerWithParameters1<TArg0, S, T>, Func2<TArg0, S>) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamic(TriggerWithParameters2<TArg0, TArg1, S, T>, Func3<TArg0, TArg1, S>) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamic(TriggerWithParameters3<TArg0, TArg1, TArg2, S, T>, Func4<TArg0, TArg1, TArg2, S>) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamicIf(T, Func<S>, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamicIf(TriggerWithParameters1<TArg0, S, T>, Func2<TArg0, S>, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamicIf(TriggerWithParameters2<TArg0, TArg1, S, T>, Func3<TArg0, TArg1, S>, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitDynamicIf(TriggerWithParameters3<TArg0, TArg1, TArg2, S, T>, Func4<TArg0, TArg1, TArg2, S>, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
- permitIf(T, S, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger and transition to the destination state
- permitReentry(T) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger, execute exit actions and re-execute entry actions.
- permitReentryIf(T, FuncBoolean) - Method in class com.github.oxo42.stateless4j.StateConfiguration
-
Accept the specified trigger, execute exit actions and re-execute entry actions.
- publicFire(T, Object...) - Method in class com.github.oxo42.stateless4j.StateMachine
-