Packages

implicit class RenderingLens[UpperPB] extends ObjectLens[UpperPB, Rendering]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Rendering): 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 background: Lens[UpperPB, Background]
  7. def cacheType: Lens[UpperPB, CacheType]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[Rendering, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def customParams: Lens[UpperPB, Map[String, String]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def features: Lens[UpperPB, Seq[RenderingFeature]]
  14. def field[A](getter: (Rendering) => A)(setter: (Rendering, A) => Rendering): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[Rendering, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def get(u: UpperPB): Rendering
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modify(f: (Rendering) => Rendering): Mutation[UpperPB]
    Definition Classes
    Lens
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def optionalBackground: Lens[UpperPB, Option[Background]]
  25. def optionalProductConfiguration: Lens[UpperPB, Option[ProductConfiguration]]
  26. def optionalSkAdNetwork: Lens[UpperPB, Option[SKStoreConfiguration]]
  27. def optionalViewabilityConfiguration: Lens[UpperPB, Option[ViewabilityConfiguration]]
  28. def optionalWatermarkConfiguration: Lens[UpperPB, Option[WatermarkConfiguration]]
  29. def orientation: Lens[UpperPB, Orientation]
  30. def phases: Lens[UpperPB, Seq[Phase]]
  31. def productConfiguration: Lens[UpperPB, ProductConfiguration]
  32. def set(c: Rendering): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def setIfDefined(aOpt: Option[Rendering]): Mutation[UpperPB]
    Definition Classes
    Lens
  34. def skAdNetwork: Lens[UpperPB, SKStoreConfiguration]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def update(ms: (Lens[Rendering, Rendering]) => Mutation[Rendering]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. def viewabilityConfiguration: Lens[UpperPB, ViewabilityConfiguration]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def watermarkConfiguration: Lens[UpperPB, WatermarkConfiguration]
  43. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Rendering, 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, Rendering]

Inherited from Lens[UpperPB, Rendering]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped