Packages

implicit class ConfigurationLens[UpperPB] extends ObjectLens[UpperPB, Configuration]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Configuration): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def adUnits: Lens[UpperPB, Seq[AdUnit]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cacheSize: Lens[UpperPB, Int]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[Configuration, 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: (Configuration) => A)(setter: (Configuration, A) => Configuration): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[Configuration, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def format: Lens[UpperPB, String]
  15. def get(u: UpperPB): Configuration
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def id: Lens[UpperPB, String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def maxRetryDegree: Lens[UpperPB, Int]
  21. def modify(f: (Configuration) => Configuration): Mutation[UpperPB]
    Definition Classes
    Lens
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def optionalCacheSize: Lens[UpperPB, Option[Int]]
  26. def optionalMaxRetryDegree: Lens[UpperPB, Option[Int]]
  27. def optionalRefreshTimeout: Lens[UpperPB, Option[Long]]
  28. def optionalRefreshUrl: Lens[UpperPB, Option[String]]
  29. def optionalRetryBase: Lens[UpperPB, Option[Int]]
  30. def optionalServerParams: Lens[UpperPB, Option[String]]
  31. def refreshTimeout: Lens[UpperPB, Long]
  32. def refreshUrl: Lens[UpperPB, String]
  33. def retryBase: Lens[UpperPB, Int]
  34. def serverParams: Lens[UpperPB, String]
  35. def set(c: Configuration): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  36. def setIfDefined(aOpt: Option[Configuration]): Mutation[UpperPB]
    Definition Classes
    Lens
  37. def shouldBreak: Lens[UpperPB, Boolean]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def update(ms: (Lens[Configuration, Configuration]) => Mutation[Configuration]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Configuration, 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, Configuration]

Inherited from Lens[UpperPB, Configuration]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped