Right

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

Creates a new Right with the given value

Parameters

value

An R value

Type Parameters

R

The type of values held in this class