RightOps

final class RightOps[A, B](right: Right[A, B]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def leftCast[C]: Either[C, B]

Cast the left type parameter of the Right.

Cast the left type parameter of the Right.