toggle menu
com.frybits.rx.preferences
androidJvm
switch theme
search in API
core
/
com.frybits.rx.preferences.core
/
asOptional
as
Optional
fun
<
T
>
Preference
<
T
?
>
.
asOptional
(
)
:
Preference
<
Optional
<
T
>
>
Converts a preference of a nullable type to be an
Optional
of that same type instead.