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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def audioContext: Lens[UpperPB, AudioContext]
- def carrier: Lens[UpperPB, String]
- def clone(): AnyRef
- Attributes
- protected[java.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 contype: Lens[UpperPB, ConnectionType]
- def dnt: Lens[UpperPB, Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ext: Lens[UpperPB, Struct]
- def extProto: Lens[UpperPB, Seq[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 geo: Lens[UpperPB, Geo]
- def geofetch: Lens[UpperPB, Boolean]
- def get(u: UpperPB): Device
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def h: Lens[UpperPB, Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hwv: Lens[UpperPB, String]
- def ifa: Lens[UpperPB, String]
- def ip: Lens[UpperPB, String]
- def iptr: Lens[UpperPB, Boolean]
- def ipv6: Lens[UpperPB, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def js: Lens[UpperPB, Boolean]
- def lang: Lens[UpperPB, String]
- def lmt: Lens[UpperPB, Boolean]
- def make: Lens[UpperPB, String]
- def mccmnc: Lens[UpperPB, String]
- def mccmncsim: Lens[UpperPB, String]
- def model: Lens[UpperPB, String]
- def modify(f: (Device) => Device): 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 optionalAudioContext: Lens[UpperPB, Option[AudioContext]]
- def optionalConnection: Lens[UpperPB, Option[Connection]]
- def optionalExt: Lens[UpperPB, Option[Struct]]
- def optionalGeo: Lens[UpperPB, Option[Geo]]
- def os: Lens[UpperPB, OS]
- def osv: Lens[UpperPB, String]
- def ppi: Lens[UpperPB, Int]
- def pxratio: Lens[UpperPB, Float]
- def set(c: Device): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Device]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def type: Lens[UpperPB, DeviceType]
- def ua: Lens[UpperPB, String]
- def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def w: Lens[UpperPB, Int]
- 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 xff: Lens[UpperPB, String]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Device, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)