SomeZTRefSyntax

class SomeZTRefSyntax[EA, EB >: OpticFailure, A, B](self: ZTRef[EA, EB, Option[B], Option[A]])

Provides implicit syntax for accessing the Some case of an Option in a ZTRef.

Provides implicit syntax for accessing the Some case of an Option in a ZTRef.

class Object
trait Matchable
class Any

Value members

Concrete methods

def some: ZTRef[EA, EB, B, A]

Accesses the Some case of an Option.

Accesses the Some case of an Option.