BehaviourWithFSMStateHandler

fun interface BehaviourWithFSMStateHandler<I : O, O : State>

Functions

handleState
Link copied to clipboard
common
abstract suspend fun BehaviourContextWithFSM<in O>.handleState(state: I): O?