Arrow
1.1.5
arrow-optics
/
arrow.optics
/
Copy
/
transform
transform
abstract
infix
fun
<
B
>
Traversal
<
A
,
B
>
.
transform
(
f
:
(
B
)
->
B
)
(
source
)
Transforms the value of the element(s) pointed by the
Traversal
.