RightPartiallyAppliedSyntax

class RightPartiallyAppliedSyntax[SetPiece, GetError >: OpticFailure, SetError, GetPiece, SetWhole, Piece2](self: OpticPartiallyApplied[Either[Piece2, SetPiece], GetError, SetError, Either[Piece2, GetPiece], SetWhole])

Provides implicit syntax for accessing the Right case of an Either accessed by a partially applied optic.

Provides implicit syntax for accessing the Right case of an Either accessed by a partially applied optic.

class Object
trait Matchable
class Any

Value members

Concrete methods

final def right: Optic[Any, Any, SetPiece, GetError, SetError, GetPiece, SetWhole]

Accesses the Right case of an Either.

Accesses the Right case of an Either.