right

@JvmName(name = "eitherRight")
fun <L, R> right(): Prism<Either<L, R>, R>(source)

Prism to focus into an arrow.core.Either.Right