Packages

implicit class UserExtLens[UpperPB] extends ObjectLens[UpperPB, UserExt]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: UserExt): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def agency: Lens[UpperPB, String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bundle: 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[UserExt, 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: (UserExt) => A)(setter: (UserExt, A) => UserExt): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[UserExt, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def get(u: UpperPB): UserExt
    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. def imagency: Lens[UpperPB, String]
  18. def imbundle: Lens[UpperPB, String]
  19. def imd: Lens[UpperPB, Int]
  20. def imimd: Lens[UpperPB, Int]
  21. def imwp: Lens[UpperPB, Float]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def modify(f: (UserExt) => UserExt): Mutation[UpperPB]
    Definition Classes
    Lens
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def optionalAgency: Lens[UpperPB, Option[String]]
  28. def optionalBundle: Lens[UpperPB, Option[String]]
  29. def optionalImagency: Lens[UpperPB, Option[String]]
  30. def optionalImbundle: Lens[UpperPB, Option[String]]
  31. def optionalImd: Lens[UpperPB, Option[Int]]
  32. def optionalImimd: Lens[UpperPB, Option[Int]]
  33. def optionalImwp: Lens[UpperPB, Option[Float]]
  34. def optionalRetention: Lens[UpperPB, Option[Int]]
  35. def optionalSc: Lens[UpperPB, Option[Int]]
  36. def optionalSessionduration: Lens[UpperPB, Option[Long]]
  37. def optionalWp: Lens[UpperPB, Option[Float]]
  38. def retention: Lens[UpperPB, Int]
  39. def sc: Lens[UpperPB, Int]
  40. def segmentIds: Lens[UpperPB, Seq[Int]]
  41. def segments: Lens[UpperPB, Seq[String]]
  42. def sessionduration: Lens[UpperPB, Long]
  43. def set(c: UserExt): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  44. def setIfDefined(aOpt: Option[UserExt]): Mutation[UpperPB]
    Definition Classes
    Lens
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def update(ms: (Lens[UserExt, UserExt]) => Mutation[UserExt]*): 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 wp: Lens[UpperPB, Float]
  52. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (UserExt, 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, UserExt]

Inherited from Lens[UpperPB, UserExt]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped