KState
Toggle table of contents
v1.6.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KState
KState
/
ca.acendas.kstate.dsl
/
InitialStateStarter
Initial
State
Starter
class
InitialStateStarter
<
S
,
E
:
StateEvent
>
(
builder
:
StateMachineBuilder
<
S
,
E
>
)
Wrapper class to enable "starting at State" syntax.
Members
Constructors
Initial
State
Starter
Link copied to clipboard
constructor
(
builder
:
StateMachineBuilder
<
S
,
E
>
)
Functions
at
Link copied to clipboard
infix
fun
at
(
state
:
S
)
Sets the initial state using infix notation.