Arrow
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
POptional
/
modifyNullable
modify
Nullable
open
fun
modifyNullable
(
source
:
S
,
map
:
(
focus
:
A
)
->
B
)
:
T
?
Modify the focus of a
POptional
with a function
map
Return
null if the
POptional
is not matching