| Package | Description |
|---|---|
| com.github.oxo42.stateless4j |
| Modifier and Type | Method and Description |
|---|---|
<TArg0,TArg1,TArg2> |
StateConfiguration.permitDynamic(TriggerWithParameters3<TArg0,TArg1,TArg2,S,T> trigger,
Func4<TArg0,TArg1,TArg2,S> destinationStateSelector)
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
|
<TArg0,TArg1,TArg2> |
StateConfiguration.permitDynamicIf(TriggerWithParameters3<TArg0,TArg1,TArg2,S,T> trigger,
Func4<TArg0,TArg1,TArg2,S> destinationStateSelector,
FuncBoolean guard)
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
|
Copyright © 2014. All Rights Reserved.