Return a Right(r).
Right(r)
Same as Either.of(r).
Either.of(r)
factory Either.right(R r) => Right(r);