implicit class DeviceLens[UpperPB] extends ObjectLens[UpperPB, Device]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeviceLens
- 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: Device): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def access: Lens[UpperPB, String]
- def airplane: Lens[UpperPB, Boolean]
- def apilevel: Lens[UpperPB, Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atts: Lens[UpperPB, Int]
- def audioContext: Lens[UpperPB, AudioContext]
- def batterylevel: Lens[UpperPB, Float]
- def batterysaver: Lens[UpperPB, Boolean]
- def bmIfv: Lens[UpperPB, String]
- def charging: Lens[UpperPB, Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[Device, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def connection: Lens[UpperPB, Connection]
- def cpuname: Lens[UpperPB, String]
- def cpuvendor: Lens[UpperPB, String]
- def darkmode: Lens[UpperPB, Boolean]
- def devicename: Lens[UpperPB, String]
- def diskspace: Lens[UpperPB, Long]
- def dnd: Lens[UpperPB, Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](getter: (Device) => A)(setter: (Device, A) => Device): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Device, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def freemem: Lens[UpperPB, Long]
- def get(u: UpperPB): Device
- 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, Boolean]
- 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, Boolean]
- def lastbootup: Lens[UpperPB, Long]
- def lastbootupV2: Lens[UpperPB, Long]
- def modify(f: (Device) => Device): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def networkRoaming: Lens[UpperPB, Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalAudioContext: Lens[UpperPB, Option[AudioContext]]
- def optionalConnection: Lens[UpperPB, Option[Connection]]
- def optionalNetworkRoaming: Lens[UpperPB, Option[Boolean]]
- def optionalSimCarrier: Lens[UpperPB, Option[String]]
- def optionalSimCountry: Lens[UpperPB, Option[String]]
- def ringmute: Lens[UpperPB, Boolean]
- def screenbright: Lens[UpperPB, Float]
- def set(c: Device): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Device]): Mutation[UpperPB]
- Definition Classes
- Lens
- def simCarrier: Lens[UpperPB, String]
- def simCountry: Lens[UpperPB, String]
- 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, Long]
- def totalmem: Lens[UpperPB, Long]
- def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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, (Device, 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)