Packages

c

io.predictor.v1.Creative

CreativeLens

implicit class CreativeLens[UpperPB] extends ObjectLens[UpperPB, Creative]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Creative): 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 bannerApi: Lens[UpperPB, Seq[Int]]
  7. def bannerAttr: Lens[UpperPB, Seq[Int]]
  8. def bannerPresent: Lens[UpperPB, Boolean]
  9. def bannerType: Lens[UpperPB, Seq[Int]]
  10. def campaignIds: Lens[UpperPB, Seq[String]]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def compose[B](other: Lens[Creative, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  13. def coppa: Lens[UpperPB, Boolean]
  14. def displaymanagerBlack: Lens[UpperPB, Seq[String]]
  15. def displaymanagerWhite: Lens[UpperPB, Seq[String]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def externalId: Lens[UpperPB, String]
  19. def field[A](getter: (Creative) => A)(setter: (Creative, A) => Creative): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[Creative, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def get(u: UpperPB): Creative
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def modify(f: (Creative) => Creative): Mutation[UpperPB]
    Definition Classes
    Lens
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def set(c: Creative): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  30. def setIfDefined(aOpt: Option[Creative]): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def targetingInstl: Lens[UpperPB, Seq[Int]]
  33. def theme: Lens[UpperPB, String]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def update(ms: (Lens[Creative, Creative]) => Mutation[Creative]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  36. def videoAttr: Lens[UpperPB, Seq[Int]]
  37. def videoDuration: Lens[UpperPB, Int]
  38. def videoHeight: Lens[UpperPB, Int]
  39. def videoMime: Lens[UpperPB, Seq[String]]
  40. def videoPresent: Lens[UpperPB, Boolean]
  41. def videoProtocol: Lens[UpperPB, Int]
  42. def videoWidth: Lens[UpperPB, Int]
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Creative, 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, Creative]

Inherited from Lens[UpperPB, Creative]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped