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
/
TransitionBuilder
Transition
Builder
class
TransitionBuilder
<
S
:
State
>
Members
Constructors
Transition
Builder
Link copied to clipboard
constructor
(
)
Properties
new
State
Link copied to clipboard
lateinit
var
newState
:
S
Functions
add
Link copied to clipboard
fun
add
(
effect
:
Effect
)
build
Link copied to clipboard
fun
build
(
)
:
TransitionResult
<
S
>