arrow-optics / arrow.optics.extensions / EitherEach / each
open fun each(): Traversal<Either<L, R>, R>
open fun each():
Traversal
<Either<L, R>, R>
Provide a Traversal for a structure S with focus in A
Return Traversal provided by Each instance
Do you like Arrow?