BehaviourWithFSMStateHandler

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

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?

Inheritors

Link copied to clipboard