either

fun <L, R> either(): Fold<Either<L, R>, R>(source)

Traversal for Either that has focus in each Either.Right.

Receiver

Traversal.Companion to make it statically available.

Return

Traversal with source Either and focus every Either.Right of the source.