Packages

implicit class DeviceLens[UpperPB] extends ObjectLens[UpperPB, Device]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Device): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def access: Lens[UpperPB, String]
  6. def airplane: Lens[UpperPB, Boolean]
  7. def apilevel: Lens[UpperPB, Int]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def atts: Lens[UpperPB, Int]
  10. def audioContext: Lens[UpperPB, AudioContext]
  11. def batterylevel: Lens[UpperPB, Float]
  12. def batterysaver: Lens[UpperPB, Boolean]
  13. def bmIfv: Lens[UpperPB, String]
  14. def charging: Lens[UpperPB, Boolean]
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def compose[B](other: Lens[Device, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  17. def connection: Lens[UpperPB, Connection]
  18. def cpuname: Lens[UpperPB, String]
  19. def cpuvendor: Lens[UpperPB, String]
  20. def darkmode: Lens[UpperPB, Boolean]
  21. def devicename: Lens[UpperPB, String]
  22. def diskspace: Lens[UpperPB, Long]
  23. def dnd: Lens[UpperPB, Boolean]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def field[A](getter: (Device) => A)(setter: (Device, A) => Device): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  27. def field[A](lens: Lens[Device, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  28. def freemem: Lens[UpperPB, Long]
  29. def get(u: UpperPB): Device
    Definition Classes
    ObjectLens → Lens
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def gpuname: Lens[UpperPB, String]
  32. def gpuvendor: Lens[UpperPB, String]
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  34. def headset: Lens[UpperPB, Boolean]
  35. def headsetname: Lens[UpperPB, String]
  36. def ifv: Lens[UpperPB, String]
  37. def inputlanguage: Lens[UpperPB, Seq[String]]
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def jailbreak: Lens[UpperPB, Boolean]
  40. def lastbootup: Lens[UpperPB, Long]
  41. def lastbootupV2: Lens[UpperPB, Long]
  42. def modify(f: (Device) => Device): Mutation[UpperPB]
    Definition Classes
    Lens
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def networkRoaming: Lens[UpperPB, Boolean]
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. def optionalAudioContext: Lens[UpperPB, Option[AudioContext]]
  48. def optionalConnection: Lens[UpperPB, Option[Connection]]
  49. def optionalNetworkRoaming: Lens[UpperPB, Option[Boolean]]
  50. def optionalSimCarrier: Lens[UpperPB, Option[String]]
  51. def optionalSimCountry: Lens[UpperPB, Option[String]]
  52. def ringmute: Lens[UpperPB, Boolean]
  53. def screenbright: Lens[UpperPB, Float]
  54. def set(c: Device): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  55. def setIfDefined(aOpt: Option[Device]): Mutation[UpperPB]
    Definition Classes
    Lens
  56. def simCarrier: Lens[UpperPB, String]
  57. def simCountry: Lens[UpperPB, String]
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def time: Lens[UpperPB, Long]
  60. def timezone: Lens[UpperPB, String]
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def totaldisk: Lens[UpperPB, Long]
  63. def totalmem: Lens[UpperPB, Long]
  64. def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Device, 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, Device]

Inherited from Lens[UpperPB, Device]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped