BehaviourWithFSMStateHandler

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

Inheritors

Functions

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