LeftZRefSyntax

class LeftZRefSyntax[EA, EB >: OpticFailure, A, B, C](self: ZRef[EA, EB, Either[C, B], Either[A, B]])

Provides implicit syntax for accessing the Left case of an Either in a ZRef.

Provides implicit syntax for accessing the Left case of an Either in a ZRef.

class Object
trait Matchable
class Any

Value members

Concrete methods

def left: ZRef[EA, EB, C, A]

Accesses the Left case of an Either.

Accesses the Left case of an Either.