Right<A, B> constructor

Right<A, B>(
  1. B value
)

Constructs a Right instance that holds the provided value.

Implementation

Right(this.value);