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.