Right<L, R> constructor

Right<L, R>(
  1. R value
)

Creates a new Right object with the given value of type R.

Implementation

Right(this.value);