| Package | Description |
|---|---|
| com.github.oxo42.stateless4j |
| Modifier and Type | Method and Description |
|---|---|
<TArg0,TArg1> |
StateConfiguration.permitDynamic(TriggerWithParameters2<TArg0,TArg1,S,T> trigger,
Func3<TArg0,TArg1,S> destinationStateSelector)
Accept the specified trigger and transition to the destination state, calculated dynamically by the supplied
function
|
<TArg0,TArg1> |
StateConfiguration.permitDynamicIf(TriggerWithParameters2<TArg0,TArg1,S,T> trigger,
Func3<TArg0,TArg1,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.