right<L, R> function

Either<L, R> right<L, R>(
  1. R r
)

Implementation

Either<L, R> right<L, R>(R r) => new Right(r);