LeftPartiallyAppliedSyntax

class LeftPartiallyAppliedSyntax[SetPiece, GetError >: OpticFailure, SetError, GetPiece, SetWhole, Piece2](self: Optic[Any, Any, Either[SetPiece, Piece2], GetError, SetError, Either[GetPiece, Piece2], SetWhole])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Accesses the Left case of an Either.

Accesses the Left case of an Either.