Right

data class Right<out R> : Either<Nothing, R>

The right side of the disjoint union.

Properties

Link copied to clipboard
val rightValue: R