implicit class DisplayLens[UpperPB] extends ObjectLens[UpperPB, Display]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DisplayLens
- 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: Display): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adm: Lens[UpperPB, String]
- def api: Lens[UpperPB, Seq[ApiFramework]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def banner: Lens[UpperPB, Banner]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[Display, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def curl: Lens[UpperPB, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def event: Lens[UpperPB, Seq[Event]]
- def ext: Lens[UpperPB, Struct]
- def extProto: Lens[UpperPB, Seq[Any]]
- def field[A](getter: (Display) => A)(setter: (Display, A) => Display): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Display, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): Display
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def h: Lens[UpperPB, Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hratio: Lens[UpperPB, Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mime: Lens[UpperPB, Seq[String]]
- def modify(f: (Display) => Display): Mutation[UpperPB]
- Definition Classes
- Lens
- def native: Lens[UpperPB, Native]
- 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 optionalBanner: Lens[UpperPB, Option[Banner]]
- def optionalExt: Lens[UpperPB, Option[Struct]]
- def optionalNative: Lens[UpperPB, Option[Native]]
- def set(c: Display): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Display]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def type: Lens[UpperPB, Seq[DisplayCreativeType]]
- def update(ms: (Lens[Display, Display]) => Mutation[Display]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def w: Lens[UpperPB, Int]
- 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 wratio: Lens[UpperPB, Int]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Display, 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)