toggle menu
Atrium
1.2.0
common
switch theme
search in API
atrium-core
/
ch.tutteli.atrium.core
/
Option
/
flatMap
flat
Map
inline
fun
<
R
>
flatMap
(
f
:
(
T
)
->
Option
<
R
>
)
:
Option
<
R
>
(
source
)
Flat-maps over the value if defined.