toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
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)