Packages

implicit class InitResponseLens[UpperPB] extends ObjectLens[UpperPB, InitResponse]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: InitResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adCacheControl: Lens[UpperPB, AdCacheControl]
  6. def adCacheMaxAge: Lens[UpperPB, Int]
  7. def adCachePlacementControl: Lens[UpperPB, Map[String, AdCachePlacementControl]]
  8. def adNetworks: Lens[UpperPB, Seq[AdNetwork]]
  9. def adNetworksLoadingTimeout: Lens[UpperPB, Int]
  10. def adRequestTmax: Lens[UpperPB, Int]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def assetCacheConfiguration: Lens[UpperPB, Configuration]
  13. def bmifvTtlSessions: Lens[UpperPB, Int]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def compose[B](other: Lens[InitResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  16. def endpoint: Lens[UpperPB, String]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def event: Lens[UpperPB, Seq[Event]]
  20. def eventConfiguration: Lens[UpperPB, EventConfiguration]
  21. def extras: Lens[UpperPB, Extras]
  22. def field[A](getter: (InitResponse) => A)(setter: (InitResponse, A) => InitResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  23. def field[A](lens: Lens[InitResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  24. def get(u: UpperPB): InitResponse
    Definition Classes
    ObjectLens → Lens
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def modify(f: (InitResponse) => InitResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def optionalAssetCacheConfiguration: Lens[UpperPB, Option[Configuration]]
  33. def optionalEventConfiguration: Lens[UpperPB, Option[EventConfiguration]]
  34. def optionalExtras: Lens[UpperPB, Option[Extras]]
  35. def optionalSdkAnalyticConfig: Lens[UpperPB, Option[SdkAnalyticConfig]]
  36. def optionalSdkAnalyticConfigV2: Lens[UpperPB, Option[Configuration]]
  37. def restrictionMode: Lens[UpperPB, RestrictionMode]
  38. def sdkAnalyticConfig: Lens[UpperPB, SdkAnalyticConfig]
  39. def sdkAnalyticConfigV2: Lens[UpperPB, Configuration]
  40. def sessionResetAfter: Lens[UpperPB, Int]
  41. def set(c: InitResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  42. def setIfDefined(aOpt: Option[InitResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  43. def showWithoutInternet: Lens[UpperPB, Boolean]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def tokenConfigurations: Lens[UpperPB, Seq[TokenConfiguration]]
  47. def update(ms: (Lens[InitResponse, InitResponse]) => Mutation[InitResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (InitResponse, 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, InitResponse]

Inherited from Lens[UpperPB, InitResponse]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped