RightProjection<L, R> constructor

RightProjection<L, R>(
  1. Either<L, R> _either
)

Implementation

RightProjection(this._either);