toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-std
/
io.rtron.std
/
handleEmpty
handle
Empty
inline
fun
<
V
>
Option
<
V
>
.
handleEmpty
(
block
:
(
Option
<
V
>
)
->
Nothing
)
:
V
Handle the None of
Option
with
block
and return the
V
.