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
/
TelekTransitionGate
Telek
Transition
Gate
class
TelekTransitionGate
<
S
:
State
>
(
telek
:
Telek
,
kClass
:
KClass
<
S
>
)
:
TransitionGate
<
S
>
Members
Constructors
Telek
Transition
Gate
Link copied to clipboard
constructor
(
telek
:
Telek
,
kClass
:
KClass
<
S
>
)
Functions
post
Link copied to clipboard
open
override
fun
post
(
chatId
:
Long
,
reducer
:
(
S
)
->
TransitionResult
<
S
>
)