arrow-optics / arrow.optics.extensions / arrow.core.Either / traversal
fun <L, R> Either.Companion.~~traversal~~():
Traversal
<Either<L, R>, R>
Deprecated: arrow.optics.extensions package is being deprecated, function is being moved to arrow.optics.traversal
Traversal for Either that has focus in each Either.Right.
Receiver Either.Companion to make it statically available.
Return Traversal with source Either and focus every Either.Right of the source.
Do you like Arrow?
✖