export class RightProj<T, U> extends EitherImpl<T, U> {
    protected _isLeft = false;

    /**
     *