Packages

implicit class DisplayLens[UpperPB] extends ObjectLens[UpperPB, Display]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Display): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adm: Lens[UpperPB, String]
  6. def api: Lens[UpperPB, Seq[ApiFramework]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def banner: Lens[UpperPB, Banner]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def compose[B](other: Lens[Display, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  11. def curl: Lens[UpperPB, String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def event: Lens[UpperPB, Seq[Event]]
  15. def ext: Lens[UpperPB, Struct]
  16. def extProto: Lens[UpperPB, Seq[Any]]
  17. def field[A](getter: (Display) => A)(setter: (Display, A) => Display): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[Display, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def get(u: UpperPB): Display
    Definition Classes
    ObjectLens → Lens
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def h: Lens[UpperPB, Int]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hratio: Lens[UpperPB, Int]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def mime: Lens[UpperPB, Seq[String]]
  26. def modify(f: (Display) => Display): Mutation[UpperPB]
    Definition Classes
    Lens
  27. def native: Lens[UpperPB, Native]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def optionalBanner: Lens[UpperPB, Option[Banner]]
  32. def optionalExt: Lens[UpperPB, Option[Struct]]
  33. def optionalNative: Lens[UpperPB, Option[Native]]
  34. def set(c: Display): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  35. def setIfDefined(aOpt: Option[Display]): Mutation[UpperPB]
    Definition Classes
    Lens
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def type: Lens[UpperPB, Seq[DisplayCreativeType]]
  39. def update(ms: (Lens[Display, Display]) => Mutation[Display]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  40. def w: Lens[UpperPB, Int]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def wratio: Lens[UpperPB, Int]
  45. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Display, 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, Display]

Inherited from Lens[UpperPB, Display]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped