RightZRefSyntax

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

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

def right: ZRef[EA, EB, C, B]

Accesses the Right case of an Either.

Accesses the Right case of an Either.