arrow-core-data / arrow.core / Either / Right
data class Right<out B> : Either<Nothing, B>
The right side of the disjoint union, as opposed to the Left side.
| <init> | The right side of the disjoint union, as opposed to the Left side.Right(b: B) |
| b | val ~~b~~: B |
| value | val value: B |
| toString | fun toString(): String |
| invoke | operator fun <B> ~~invoke~~(b: B): Either<Nothing, B> |
Do you like Arrow?
✖