Packages

implicit class ProducerLens[UpperPB] extends ObjectLens[UpperPB, Producer]

Linear Supertypes
ObjectLens[UpperPB, Producer], Lens[UpperPB, Producer], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProducerLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProducerLens(_l: Lens[UpperPB, Producer])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Producer): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cat: Lens[UpperPB, Seq[String]]
  7. def cattax: Lens[UpperPB, CategoryTaxonomy]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[Producer, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def domain: Lens[UpperPB, String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def ext: Lens[UpperPB, Struct]
  14. def extProto: Lens[UpperPB, Seq[Any]]
  15. def field[A](getter: (Producer) => A)(setter: (Producer, A) => Producer): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def field[A](lens: Lens[Producer, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def get(u: UpperPB): Producer
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def id: Lens[UpperPB, String]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def modify(f: (Producer) => Producer): Mutation[UpperPB]
    Definition Classes
    Lens
  23. def name: Lens[UpperPB, String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def optionalExt: Lens[UpperPB, Option[Struct]]
  28. def set(c: Producer): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  29. def setIfDefined(aOpt: Option[Producer]): Mutation[UpperPB]
    Definition Classes
    Lens
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def update(ms: (Lens[Producer, Producer]) => Mutation[Producer]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Producer, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, Producer]

Inherited from Lens[UpperPB, Producer]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped