Packages

implicit class AdLens[UpperPB] extends ObjectLens[UpperPB, Ad]

Linear Supertypes
ObjectLens[UpperPB, Ad], Lens[UpperPB, Ad], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdLens
  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 AdLens(_l: Lens[UpperPB, Ad])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Ad): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adomain: Lens[UpperPB, Seq[String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def audit: Lens[UpperPB, Audit]
  8. def bundle: Lens[UpperPB, Seq[String]]
  9. def cat: Lens[UpperPB, Seq[String]]
  10. def cattax: Lens[UpperPB, CategoryTaxonomy]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def compose[B](other: Lens[Ad, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  13. def display: Lens[UpperPB, Display]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def ext: Lens[UpperPB, Struct]
  17. def extProto: Lens[UpperPB, Seq[Any]]
  18. def field[A](getter: (Ad) => A)(setter: (Ad, A) => Ad): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def field[A](lens: Lens[Ad, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def get(u: UpperPB): Ad
    Definition Classes
    ObjectLens → Lens
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def id: Lens[UpperPB, String]
  24. def init: Lens[UpperPB, String]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def iurl: Lens[UpperPB, String]
  27. def lang: Lens[UpperPB, String]
  28. def lastmod: Lens[UpperPB, String]
  29. def modify(f: (Ad) => Ad): Mutation[UpperPB]
    Definition Classes
    Lens
  30. def mrating: Lens[UpperPB, MediaRating]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def optionalAudit: Lens[UpperPB, Option[Audit]]
  35. def optionalDisplay: Lens[UpperPB, Option[Display]]
  36. def optionalExt: Lens[UpperPB, Option[Struct]]
  37. def optionalVideo: Lens[UpperPB, Option[Video]]
  38. def secure: Lens[UpperPB, Boolean]
  39. def set(c: Ad): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  40. def setIfDefined(aOpt: Option[Ad]): Mutation[UpperPB]
    Definition Classes
    Lens
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(ms: (Lens[Ad, Ad]) => Mutation[Ad]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  44. def video: Lens[UpperPB, Video]
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Ad, B)]
    Definition Classes
    Lens

Deprecated Value Members

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

    (Since version 9)

Inherited from ObjectLens[UpperPB, Ad]

Inherited from Lens[UpperPB, Ad]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped