arrow-optics
1.1.3-alpha.1
arrow-optics
/
arrow.optics
/
PTraversal
/
modify
modify
abstract
override
fun
modify
(
source
:
S
,
map
:
(
A
)
->
B
)
:
T
Content copied to clipboard
Modify polymorphically the focus of a
PSetter
with a function
map
.