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.utils
/
getStateAs
get
State
As
inline
fun
<
T
,
R
:
T
>
StateContainer
<
T
>
.
getStateAs
(
)
:
R
?
Returns the current state cast to the specified type, or null if not of that type.