Arrow
Toggle table of contents
2.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Arrow
arrow-optics
/
arrow.optics
/
transform
transform
context
(
copy
:
Copy
<
A
>
)
infix
fun
<
A
,
B
>
Traversal
<
A
,
B
>
.
transform
(
f
:
(
B
)
->
B
)
Transforms the value of the element(s) pointed by the
Traversal
.