Packages

implicit class SizesLens[UpperPB] extends ObjectLens[UpperPB, Sizes]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Sizes): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adm: Lens[UpperPB, Long]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bidResponse: Lens[UpperPB, Long]
  8. def burl: Lens[UpperPB, Long]
  9. def clickTrackers: Lens[UpperPB, Seq[Long]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def compose[B](other: Lens[Sizes, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def context: Lens[UpperPB, Long]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def field[A](getter: (Sizes) => A)(setter: (Sizes, A) => Sizes): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def field[A](lens: Lens[Sizes, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def get(u: UpperPB): Sizes
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def impTrackers: Lens[UpperPB, Seq[Long]]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lurl: Lens[UpperPB, Long]
  23. def lurlTrackers: Lens[UpperPB, Seq[Long]]
  24. def modify(f: (Sizes) => Sizes): Mutation[UpperPB]
    Definition Classes
    Lens
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def nurl: Lens[UpperPB, Long]
  29. def optionalAdm: Lens[UpperPB, Option[Long]]
  30. def optionalBidResponse: Lens[UpperPB, Option[Long]]
  31. def optionalBurl: Lens[UpperPB, Option[Long]]
  32. def optionalContext: Lens[UpperPB, Option[Long]]
  33. def optionalLurl: Lens[UpperPB, Option[Long]]
  34. def optionalNurl: Lens[UpperPB, Option[Long]]
  35. def optionalOriginalAdm: Lens[UpperPB, Option[Long]]
  36. def optionalPurlTracker: Lens[UpperPB, Option[Long]]
  37. def originalAdm: Lens[UpperPB, Long]
  38. def purlTracker: Lens[UpperPB, Long]
  39. def set(c: Sizes): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  40. def setIfDefined(aOpt: Option[Sizes]): Mutation[UpperPB]
    Definition Classes
    Lens
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(ms: (Lens[Sizes, Sizes]) => Mutation[Sizes]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Sizes, 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, Sizes]

Inherited from Lens[UpperPB, Sizes]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped