FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.util
/
typed
typed
inline
fun
<
T
>
Any
?
.
typed
(
)
:
T
?
Cast this to type
T
or return null.
Just an alias for
(this as? T)