arrow-optics / arrow.optics / PTraversal / triple
@JvmStatic fun <A> triple(): Traversal<Triple<A, A, A>, A>
@JvmStatic fun <A> triple():
Traversal
<
Triple
<A, A, A>, A>
Traversal to focus into the first, second and third value of a Triple
Do you like Arrow?