Packages

implicit class PlacementLens[UpperPB] extends ObjectLens[UpperPB, Placement]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Placement): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def admx: Lens[UpperPB, Boolean]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def badv: Lens[UpperPB, Seq[String]]
  8. def bapp: Lens[UpperPB, Seq[String]]
  9. def battr: Lens[UpperPB, Seq[CreativeAttribute]]
  10. def bcat: Lens[UpperPB, Seq[String]]
  11. def cattax: Lens[UpperPB, CategoryTaxonomy]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def compose[B](other: Lens[Placement, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  14. def curlx: Lens[UpperPB, Boolean]
  15. def display: Lens[UpperPB, DisplayPlacement]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def ext: Lens[UpperPB, Struct]
  19. def extProto: Lens[UpperPB, Seq[Any]]
  20. def field[A](getter: (Placement) => A)(setter: (Placement, A) => Placement): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[Placement, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def get(u: UpperPB): Placement
    Definition Classes
    ObjectLens → Lens
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def modify(f: (Placement) => Placement): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def optionalDisplay: Lens[UpperPB, Option[DisplayPlacement]]
  31. def optionalExt: Lens[UpperPB, Option[Struct]]
  32. def optionalVideo: Lens[UpperPB, Option[VideoPlacement]]
  33. def reward: Lens[UpperPB, Boolean]
  34. def sdk: Lens[UpperPB, String]
  35. def sdkver: Lens[UpperPB, String]
  36. def secure: Lens[UpperPB, Boolean]
  37. def set(c: Placement): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  38. def setIfDefined(aOpt: Option[Placement]): Mutation[UpperPB]
    Definition Classes
    Lens
  39. def ssai: Lens[UpperPB, Int]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def tagid: Lens[UpperPB, String]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(ms: (Lens[Placement, Placement]) => Mutation[Placement]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  44. def video: Lens[UpperPB, VideoPlacement]
  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 wlang: Lens[UpperPB, Seq[String]]
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Placement, 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, Placement]

Inherited from Lens[UpperPB, Placement]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped