LeftProjection<L, R> constructor

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

Implementation

LeftProjection(this._either);