Packages

implicit class UserLens[UpperPB] extends ObjectLens[UpperPB, User]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: User): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buyeruid: Lens[UpperPB, String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def compose[B](other: Lens[User, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def consent: Lens[UpperPB, String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def ext: Lens[UpperPB, UserExt]
  13. def field[A](getter: (User) => A)(setter: (User, A) => User): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[User, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def gender: Lens[UpperPB, String]
  16. def geo: Lens[UpperPB, Geo]
  17. def get(u: UpperPB): User
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def id: Lens[UpperPB, String]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keywords: Lens[UpperPB, String]
  23. def modify(f: (User) => User): 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 optionalBuyeruid: Lens[UpperPB, Option[String]]
  28. def optionalConsent: Lens[UpperPB, Option[String]]
  29. def optionalExt: Lens[UpperPB, Option[UserExt]]
  30. def optionalGender: Lens[UpperPB, Option[String]]
  31. def optionalGeo: Lens[UpperPB, Option[Geo]]
  32. def optionalId: Lens[UpperPB, Option[String]]
  33. def optionalKeywords: Lens[UpperPB, Option[String]]
  34. def optionalYob: Lens[UpperPB, Option[Int]]
  35. def set(c: User): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  36. def setIfDefined(aOpt: Option[User]): Mutation[UpperPB]
    Definition Classes
    Lens
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def update(ms: (Lens[User, User]) => Mutation[User]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def yob: Lens[UpperPB, Int]
  44. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (User, 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, User]

Inherited from Lens[UpperPB, User]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped