Tegral
0.0.5-SNAPSHOT
jvm
tegral-niwen-parser
/
guru.zoroark.tegral.niwen.parser.dsl
/
StateCallbackBuilder
/
compose
compose
abstract
fun
<
U
>
compose
(
stateCallback
:
StateCallback
<
T
,
R
,
U
>
)
:
StateCallbackBuilder
<
T
,
U
>
Compose the current state callback with the provided
stateCallback
.