toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-optics
/
arrow.optics
/
POptional
/
modifyNullable
modify
Nullable
open
fun
modifyNullable
(
source
:
S
,
map
:
(
focus
:
A
)
->
B
)
:
T
?
(
source
)
Modify the focus of a
POptional
with a function
map
Return
null if the
POptional
is not matching