telek
Toggle table of contents
0.1.2
common
Target filter
common
Switch theme
Search in API
Skip to content
telek
core
/
ru.workinprogress.telek
/
StateMachine
State
Machine
interface
StateMachine
<
S
:
State
,
I
:
Input
>
Inheritors
StateDispatcher
Members
Functions
transition
Link copied to clipboard
abstract
fun
transition
(
state
:
S
,
input
:
I
)
:
TransitionResult
<
S
>