Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
Copy
/
transform
transform
abstract
infix
fun
<
B
>
Traversal
<
A
,
B
>
.
transform
(
f
:
(
B
)
->
B
)
Transforms the value of the element(s) pointed by the
Traversal
.