com.toxicbakery.kfinstatemachine / IStateMachine / transitionsTo

transitionsTo

abstract fun transitionsTo(targetState: S): Set<KClass<out T>>

Get the transition required to move to a given state.