arrow-optics / arrow.optics / PTraversal / list
@JvmStatic fun <A> list(): Traversal<List<A>, A>
@JvmStatic fun <A> list():
Traversal
<
List
<A>, A>
Traversal for List that focuses in each A of the source List.
Do you like Arrow?