arrow-optics
1.1.5-alpha.4
arrow-optics
/
arrow.optics
/
PEvery
/
modify
modify
abstract
override
fun
modify
(
source
:
S
,
map
:
(
focus
:
A
)
->
B
)
:
T
Modify polymorphically the focus of a
PSetter
with a function
map
.