AppliedLensOptionOps

final case class AppliedLensOptionOps[A, B](appliedLens: AppliedLens[A, Option[B]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

extract Unit from an Option in case it is a None

extract Unit from an Option in case it is a None

extract B from an Option in case it is a Some

extract B from an Option in case it is a Some

Inherited methods

Inherited from:
Product