Right<L, R> function

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

Implementation

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