implicit class SdkAnalyticContextLens[UpperPB] extends ObjectLens[UpperPB, SdkAnalyticContext]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SdkAnalyticContextLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SdkAnalyticContextLens(_l: Lens[UpperPB, SdkAnalyticContext])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: SdkAnalyticContext): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appVer: Lens[UpperPB, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bmIfv: Lens[UpperPB, String]
- def bundle: Lens[UpperPB, String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[SdkAnalyticContext, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def contype: Lens[UpperPB, ConnectionType]
- def dcid: Lens[UpperPB, String]
- def deviceType: Lens[UpperPB, DeviceType]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def experiments: Lens[UpperPB, Seq[String]]
- def ext: Lens[UpperPB, Struct]
- def field[A](getter: (SdkAnalyticContext) => A)(setter: (SdkAnalyticContext, A) => SdkAnalyticContext): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[SdkAnalyticContext, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def geo: Lens[UpperPB, Geo]
- def get(u: UpperPB): SdkAnalyticContext
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hwv: Lens[UpperPB, String]
- def ifa: Lens[UpperPB, String]
- def ifv: Lens[UpperPB, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make: Lens[UpperPB, String]
- def model: Lens[UpperPB, String]
- def modify(f: (SdkAnalyticContext) => SdkAnalyticContext): Mutation[UpperPB]
- Definition Classes
- Lens
- 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 optionalGeo: Lens[UpperPB, Option[Geo]]
- def os: Lens[UpperPB, OS]
- def osv: Lens[UpperPB, String]
- def sdk: Lens[UpperPB, String]
- def sdkver: Lens[UpperPB, String]
- def sessionId: Lens[UpperPB, String]
- def set(c: SdkAnalyticContext): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[SdkAnalyticContext]): Mutation[UpperPB]
- Definition Classes
- Lens
- def sourceId: Lens[UpperPB, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[SdkAnalyticContext, SdkAnalyticContext]) => Mutation[SdkAnalyticContext]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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, (SdkAnalyticContext, 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)