Right

fun <R> Right(value: R): Either.Right<R>

Creates a new Right with the given value

Parameters

R

The type of values held in this class

value

An R value