arrow-optics / arrow.optics / PTraversal / modify
open fun modify(s: S, f: (A) -> B): T
Modify polymorphically the target of a PTraversal with a function f
Do you like Arrow?