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 ext: Lens[UpperPB, Struct]
  13. def extProto: Lens[UpperPB, Seq[Any]]
  14. def field[A](getter: (Context) => A)(setter: (Context, A) => Context): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[Context, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def get(u: UpperPB): Context
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modify(f: (Context) => Context): Mutation[UpperPB]
    Definition Classes
    Lens
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def optionalApp: Lens[UpperPB, Option[App]]
  25. def optionalDevice: Lens[UpperPB, Option[Device]]
  26. def optionalExt: Lens[UpperPB, Option[Struct]]
  27. def optionalRegs: Lens[UpperPB, Option[Regs]]
  28. def optionalRestrictions: Lens[UpperPB, Option[Restrictions]]
  29. def optionalUser: Lens[UpperPB, Option[User]]
  30. def regs: Lens[UpperPB, Regs]
  31. def restrictions: Lens[UpperPB, Restrictions]
  32. def set(c: Context): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def setIfDefined(aOpt: Option[Context]): Mutation[UpperPB]
    Definition Classes
    Lens
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def update(ms: (Lens[Context, Context]) => Mutation[Context]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  37. def user: Lens[UpperPB, User]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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