Packages

implicit class ContextLens[UpperPB] extends ObjectLens[UpperPB, Context]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Context): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def app: Lens[UpperPB, App]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def compose[B](other: Lens[Context, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def device: Lens[UpperPB, Device]
  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: (Context) => A)(setter: (Context, A) => Context): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[Context, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def get(u: UpperPB): Context
    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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def modify(f: (Context) => Context): Mutation[UpperPB]
    Definition Classes
    Lens
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def optionalApp: Lens[UpperPB, Option[App]]
  23. def optionalDevice: Lens[UpperPB, Option[Device]]
  24. def optionalRegs: Lens[UpperPB, Option[Regs]]
  25. def optionalSdk: Lens[UpperPB, Option[SDK]]
  26. def optionalSession: Lens[UpperPB, Option[Session]]
  27. def optionalUser: Lens[UpperPB, Option[User]]
  28. def regs: Lens[UpperPB, Regs]
  29. def sdk: Lens[UpperPB, SDK]
  30. def session: Lens[UpperPB, Session]
  31. def set(c: Context): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  32. def setIfDefined(aOpt: Option[Context]): Mutation[UpperPB]
    Definition Classes
    Lens
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def update(ms: (Lens[Context, Context]) => Mutation[Context]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  36. def user: Lens[UpperPB, User]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Context, 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, Context]

Inherited from Lens[UpperPB, Context]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped