SomeZRefSyntax

class SomeZRefSyntax[EA, EB >: OpticFailure, A, B](self: ZRef[EA, EB, Option[B], Option[A]])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Accesses the Some case of an Option.

Accesses the Some case of an Option.