handleState

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