implicit class DisplayPlacementLens[UpperPB] extends ObjectLens[UpperPB, DisplayPlacement]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DisplayPlacementLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DisplayPlacementLens(_l: Lens[UpperPB, DisplayPlacement])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: DisplayPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ampren: Lens[UpperPB, Int]
- def api: Lens[UpperPB, Seq[ApiFramework]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clktype: Lens[UpperPB, ClickType]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[DisplayPlacement, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def context: Lens[UpperPB, DisplayContextType]
- def ctype: Lens[UpperPB, Seq[DisplayCreativeType]]
- def displayfmt: Lens[UpperPB, Seq[DisplayFormat]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def event: Lens[UpperPB, Seq[EventSpec]]
- def ext: Lens[UpperPB, Struct]
- def extProto: Lens[UpperPB, Seq[Any]]
- def field[A](getter: (DisplayPlacement) => A)(setter: (DisplayPlacement, A) => DisplayPlacement): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[DisplayPlacement, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): DisplayPlacement
- 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 ifrbust: Lens[UpperPB, Seq[String]]
- def instl: Lens[UpperPB, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mime: Lens[UpperPB, Seq[String]]
- def modify(f: (DisplayPlacement) => DisplayPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- def nativefmt: Lens[UpperPB, NativeFormat]
- 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 optionalExt: Lens[UpperPB, Option[Struct]]
- def optionalNativefmt: Lens[UpperPB, Option[NativeFormat]]
- def pos: Lens[UpperPB, PlacementPosition]
- def priv: Lens[UpperPB, Boolean]
- def ptype: Lens[UpperPB, DisplayPlacementType]
- def set(c: DisplayPlacement): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[DisplayPlacement]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topframe: Lens[UpperPB, Boolean]
- def unit: Lens[UpperPB, SizeUnit]
- def update(ms: (Lens[DisplayPlacement, DisplayPlacement]) => Mutation[DisplayPlacement]*): 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 zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (DisplayPlacement, 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)