RightOps

cats.syntax.RightOps
final class RightOps[A, B](right: Right[A, B]) extends AnyVal

Attributes

Source
either.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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.

Attributes

Source
either.scala