toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
ifAbsent
if
Absent
inline
fun
<
T
>
Option
<
T
>
.
ifAbsent
(
f
:
(
)
->
Unit
)
(
source
)
Takes a function to run if your Option is None. Returns Unit if your Option is Some.