implicit class DeviceExtLens[UpperPB] extends ObjectLens[UpperPB, DeviceExt]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeviceExtLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: DeviceExt): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def access: Lens[UpperPB, String]
- def airplane: Lens[UpperPB, Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atts: Lens[UpperPB, Int]
- def batterylevel: Lens[UpperPB, Double]
- def batterysaver: Lens[UpperPB, Int]
- def charging: Lens[UpperPB, Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[DeviceExt, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def cpuname: Lens[UpperPB, String]
- def cpuvendor: Lens[UpperPB, String]
- def darkmode: Lens[UpperPB, Int]
- def devicename: Lens[UpperPB, String]
- def diskspace: Lens[UpperPB, Int]
- def dnd: Lens[UpperPB, Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](getter: (DeviceExt) => A)(setter: (DeviceExt, A) => DeviceExt): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[DeviceExt, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def freemem: Lens[UpperPB, Long]
- def get(u: UpperPB): DeviceExt
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def gpuname: Lens[UpperPB, String]
- def gpuvendor: Lens[UpperPB, String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def headset: Lens[UpperPB, Int]
- def headsetname: Lens[UpperPB, String]
- def ifv: Lens[UpperPB, String]
- def inputlanguage: Lens[UpperPB, Seq[String]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jailbreak: Lens[UpperPB, Int]
- def lastbootup: Lens[UpperPB, Double]
- def modify(f: (DeviceExt) => DeviceExt): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalAccess: Lens[UpperPB, Option[String]]
- def optionalAirplane: Lens[UpperPB, Option[Int]]
- def optionalAtts: Lens[UpperPB, Option[Int]]
- def optionalBatterylevel: Lens[UpperPB, Option[Double]]
- def optionalBatterysaver: Lens[UpperPB, Option[Int]]
- def optionalCharging: Lens[UpperPB, Option[Int]]
- def optionalCpuname: Lens[UpperPB, Option[String]]
- def optionalCpuvendor: Lens[UpperPB, Option[String]]
- def optionalDarkmode: Lens[UpperPB, Option[Int]]
- def optionalDevicename: Lens[UpperPB, Option[String]]
- def optionalDiskspace: Lens[UpperPB, Option[Int]]
- def optionalDnd: Lens[UpperPB, Option[Int]]
- def optionalFreemem: Lens[UpperPB, Option[Long]]
- def optionalGpuname: Lens[UpperPB, Option[String]]
- def optionalGpuvendor: Lens[UpperPB, Option[String]]
- def optionalHeadset: Lens[UpperPB, Option[Int]]
- def optionalHeadsetname: Lens[UpperPB, Option[String]]
- def optionalIfv: Lens[UpperPB, Option[String]]
- def optionalJailbreak: Lens[UpperPB, Option[Int]]
- def optionalLastbootup: Lens[UpperPB, Option[Double]]
- def optionalRingmute: Lens[UpperPB, Option[Int]]
- def optionalScreenbright: Lens[UpperPB, Option[Double]]
- def optionalTime: Lens[UpperPB, Option[Long]]
- def optionalTimezone: Lens[UpperPB, Option[String]]
- def optionalTotaldisk: Lens[UpperPB, Option[Int]]
- def optionalTotalmem: Lens[UpperPB, Option[Long]]
- def optionalVolumelevel: Lens[UpperPB, Option[Float]]
- def ringmute: Lens[UpperPB, Int]
- def screenbright: Lens[UpperPB, Double]
- def set(c: DeviceExt): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[DeviceExt]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time: Lens[UpperPB, Long]
- def timezone: Lens[UpperPB, String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def totaldisk: Lens[UpperPB, Int]
- def totalmem: Lens[UpperPB, Long]
- def update(ms: (Lens[DeviceExt, DeviceExt]) => Mutation[DeviceExt]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def volumelevel: Lens[UpperPB, Float]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (DeviceExt, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)