transform

abstract infix fun <B> Traversal<A, B>.transform(f: (B) -> B)(source)

Transforms the value of the element(s) pointed by the Traversal.