Packages

implicit class SdkAnalyticContextLens[UpperPB] extends ObjectLens[UpperPB, SdkAnalyticContext]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: SdkAnalyticContext): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def appVer: Lens[UpperPB, String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bmIfv: Lens[UpperPB, String]
  8. def bundle: Lens[UpperPB, String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def compose[B](other: Lens[SdkAnalyticContext, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  11. def contype: Lens[UpperPB, ConnectionType]
  12. def dcid: Lens[UpperPB, String]
  13. def deviceType: Lens[UpperPB, DeviceType]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def experiments: Lens[UpperPB, Seq[String]]
  17. def ext: Lens[UpperPB, Struct]
  18. def field[A](getter: (SdkAnalyticContext) => A)(setter: (SdkAnalyticContext, A) => SdkAnalyticContext): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def field[A](lens: Lens[SdkAnalyticContext, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def geo: Lens[UpperPB, Geo]
  21. def get(u: UpperPB): SdkAnalyticContext
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def hwv: Lens[UpperPB, String]
  25. def ifa: Lens[UpperPB, String]
  26. def ifv: Lens[UpperPB, String]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def make: Lens[UpperPB, String]
  29. def model: Lens[UpperPB, String]
  30. def modify(f: (SdkAnalyticContext) => SdkAnalyticContext): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def optionalExt: Lens[UpperPB, Option[Struct]]
  35. def optionalGeo: Lens[UpperPB, Option[Geo]]
  36. def os: Lens[UpperPB, OS]
  37. def osv: Lens[UpperPB, String]
  38. def sdk: Lens[UpperPB, String]
  39. def sdkver: Lens[UpperPB, String]
  40. def sessionId: Lens[UpperPB, String]
  41. def set(c: SdkAnalyticContext): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  42. def setIfDefined(aOpt: Option[SdkAnalyticContext]): Mutation[UpperPB]
    Definition Classes
    Lens
  43. def sourceId: Lens[UpperPB, String]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def update(ms: (Lens[SdkAnalyticContext, SdkAnalyticContext]) => Mutation[SdkAnalyticContext]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SdkAnalyticContext, 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, SdkAnalyticContext]

Inherited from Lens[UpperPB, SdkAnalyticContext]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped