SomePartiallyAppliedSyntax

class SomePartiallyAppliedSyntax[SetPiece, GetError >: OpticFailure, SetError, GetPiece, SetWhole](self: OpticPartiallyApplied[Option[SetPiece], GetError, SetError, Option[GetPiece], SetWhole])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

final def some: Optic[Any, Any, SetPiece, GetError, SetError, GetPiece, SetWhole]

Accesses the Some case of an Option.

Accesses the Some case of an Option.