Packages

implicit class SkAdnResponseLens[UpperPB] extends ObjectLens[UpperPB, SkAdnResponse]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: SkAdnResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def autostore: Lens[UpperPB, Int]
  7. def campaign: Lens[UpperPB, String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[SkAdnResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def field[A](getter: (SkAdnResponse) => A)(setter: (SkAdnResponse, A) => SkAdnResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[SkAdnResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def get(u: UpperPB): SkAdnResponse
    Definition Classes
    ObjectLens → Lens
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def itunesitem: Lens[UpperPB, String]
  19. def modify(f: (SkAdnResponse) => SkAdnResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def network: Lens[UpperPB, String]
  22. def nonce: Lens[UpperPB, String]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def optionalAutostore: Lens[UpperPB, Option[Int]]
  26. def optionalCampaign: Lens[UpperPB, Option[String]]
  27. def optionalItunesitem: Lens[UpperPB, Option[String]]
  28. def optionalNetwork: Lens[UpperPB, Option[String]]
  29. def optionalNonce: Lens[UpperPB, Option[String]]
  30. def optionalOverlay: Lens[UpperPB, Option[Int]]
  31. def optionalSignature: Lens[UpperPB, Option[String]]
  32. def optionalSourceapp: Lens[UpperPB, Option[String]]
  33. def optionalTimestamp: Lens[UpperPB, Option[String]]
  34. def optionalVersion: Lens[UpperPB, Option[String]]
  35. def overlay: Lens[UpperPB, Int]
  36. def set(c: SkAdnResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[SkAdnResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  38. def signature: Lens[UpperPB, String]
  39. def sourceapp: Lens[UpperPB, String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def timestamp: Lens[UpperPB, String]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(ms: (Lens[SkAdnResponse, SkAdnResponse]) => Mutation[SkAdnResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  44. def version: Lens[UpperPB, String]
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SkAdnResponse, 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, SkAdnResponse]

Inherited from Lens[UpperPB, SkAdnResponse]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped