implicit class RenderingLens[UpperPB] extends ObjectLens[UpperPB, Rendering]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RenderingLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Rendering): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def background: Lens[UpperPB, Background]
- def cacheType: Lens[UpperPB, CacheType]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[Rendering, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def customParams: Lens[UpperPB, Map[String, String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def features: Lens[UpperPB, Seq[RenderingFeature]]
- def field[A](getter: (Rendering) => A)(setter: (Rendering, A) => Rendering): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Rendering, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): Rendering
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(f: (Rendering) => Rendering): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalBackground: Lens[UpperPB, Option[Background]]
- def optionalProductConfiguration: Lens[UpperPB, Option[ProductConfiguration]]
- def optionalSkAdNetwork: Lens[UpperPB, Option[SKStoreConfiguration]]
- def optionalViewabilityConfiguration: Lens[UpperPB, Option[ViewabilityConfiguration]]
- def optionalWatermarkConfiguration: Lens[UpperPB, Option[WatermarkConfiguration]]
- def orientation: Lens[UpperPB, Orientation]
- def phases: Lens[UpperPB, Seq[Phase]]
- def productConfiguration: Lens[UpperPB, ProductConfiguration]
- def set(c: Rendering): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Rendering]): Mutation[UpperPB]
- Definition Classes
- Lens
- def skAdNetwork: Lens[UpperPB, SKStoreConfiguration]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[Rendering, Rendering]) => Mutation[Rendering]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def viewabilityConfiguration: Lens[UpperPB, ViewabilityConfiguration]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def watermarkConfiguration: Lens[UpperPB, WatermarkConfiguration]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Rendering, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)