NonePartiallyAppliedSyntax

class NonePartiallyAppliedSyntax[GetError >: OpticFailure, SetError, Piece, SetWhole](self: OpticPartiallyApplied[Option[Piece], GetError, SetError, Option[Piece], SetWhole])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

final def none: Optic[Any, Any, Unit, GetError, SetError, Unit, SetWhole]

Accesses the None case of an Option.

Accesses the None case of an Option.