Packages

implicit class DeviceExtLens[UpperPB] extends ObjectLens[UpperPB, DeviceExt]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: DeviceExt): 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, Int]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def atts: Lens[UpperPB, Int]
  9. def batterylevel: Lens[UpperPB, Double]
  10. def batterysaver: Lens[UpperPB, Int]
  11. def charging: Lens[UpperPB, Int]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def compose[B](other: Lens[DeviceExt, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  14. def cpuname: Lens[UpperPB, String]
  15. def cpuvendor: Lens[UpperPB, String]
  16. def darkmode: Lens[UpperPB, Int]
  17. def devicename: Lens[UpperPB, String]
  18. def diskspace: Lens[UpperPB, Int]
  19. def dnd: Lens[UpperPB, Int]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def field[A](getter: (DeviceExt) => A)(setter: (DeviceExt, A) => DeviceExt): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  23. def field[A](lens: Lens[DeviceExt, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  24. def freemem: Lens[UpperPB, Long]
  25. def get(u: UpperPB): DeviceExt
    Definition Classes
    ObjectLens → Lens
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. def gpuname: Lens[UpperPB, String]
  28. def gpuvendor: Lens[UpperPB, String]
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. def headset: Lens[UpperPB, Int]
  31. def headsetname: Lens[UpperPB, String]
  32. def ifv: Lens[UpperPB, String]
  33. def inputlanguage: Lens[UpperPB, Seq[String]]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def jailbreak: Lens[UpperPB, Int]
  36. def lastbootup: Lens[UpperPB, Double]
  37. def modify(f: (DeviceExt) => DeviceExt): Mutation[UpperPB]
    Definition Classes
    Lens
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. def optionalAccess: Lens[UpperPB, Option[String]]
  42. def optionalAirplane: Lens[UpperPB, Option[Int]]
  43. def optionalAtts: Lens[UpperPB, Option[Int]]
  44. def optionalBatterylevel: Lens[UpperPB, Option[Double]]
  45. def optionalBatterysaver: Lens[UpperPB, Option[Int]]
  46. def optionalCharging: Lens[UpperPB, Option[Int]]
  47. def optionalCpuname: Lens[UpperPB, Option[String]]
  48. def optionalCpuvendor: Lens[UpperPB, Option[String]]
  49. def optionalDarkmode: Lens[UpperPB, Option[Int]]
  50. def optionalDevicename: Lens[UpperPB, Option[String]]
  51. def optionalDiskspace: Lens[UpperPB, Option[Int]]
  52. def optionalDnd: Lens[UpperPB, Option[Int]]
  53. def optionalFreemem: Lens[UpperPB, Option[Long]]
  54. def optionalGpuname: Lens[UpperPB, Option[String]]
  55. def optionalGpuvendor: Lens[UpperPB, Option[String]]
  56. def optionalHeadset: Lens[UpperPB, Option[Int]]
  57. def optionalHeadsetname: Lens[UpperPB, Option[String]]
  58. def optionalIfv: Lens[UpperPB, Option[String]]
  59. def optionalJailbreak: Lens[UpperPB, Option[Int]]
  60. def optionalLastbootup: Lens[UpperPB, Option[Double]]
  61. def optionalRingmute: Lens[UpperPB, Option[Int]]
  62. def optionalScreenbright: Lens[UpperPB, Option[Double]]
  63. def optionalTime: Lens[UpperPB, Option[Long]]
  64. def optionalTimezone: Lens[UpperPB, Option[String]]
  65. def optionalTotaldisk: Lens[UpperPB, Option[Int]]
  66. def optionalTotalmem: Lens[UpperPB, Option[Long]]
  67. def optionalVolumelevel: Lens[UpperPB, Option[Float]]
  68. def ringmute: Lens[UpperPB, Int]
  69. def screenbright: Lens[UpperPB, Double]
  70. def set(c: DeviceExt): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  71. def setIfDefined(aOpt: Option[DeviceExt]): Mutation[UpperPB]
    Definition Classes
    Lens
  72. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  73. def time: Lens[UpperPB, Long]
  74. def timezone: Lens[UpperPB, String]
  75. def toString(): String
    Definition Classes
    AnyRef → Any
  76. def totaldisk: Lens[UpperPB, Int]
  77. def totalmem: Lens[UpperPB, Long]
  78. def update(ms: (Lens[DeviceExt, DeviceExt]) => Mutation[DeviceExt]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  79. def volumelevel: Lens[UpperPB, Float]
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  83. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (DeviceExt, 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, DeviceExt]

Inherited from Lens[UpperPB, DeviceExt]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped