arrow-optics / arrow.optics.extensions / EitherEach
interface ~~EitherEach~~<L, R> : Each<Either<L, R>, R>
Deprecated: Each is being deprecated. Use Traversal directly instead.
Each instance for Either that has focus in each Either.Right.
| each | Provide a Traversal for a structure S with focus in Aopen fun each(): Traversal<Either<L, R>, R> |
Do you like Arrow?
✖