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 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 contype: Lens[UpperPB, ConnectionType]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ext: Lens[UpperPB, DeviceExt]
- 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 optionalCarrier: Lens[UpperPB, Option[String]]
- def optionalContype: Lens[UpperPB, Option[ConnectionType]]
- def optionalExt: Lens[UpperPB, Option[DeviceExt]]
- def optionalGeo: Lens[UpperPB, Option[Geo]]
- def optionalGeofetch: Lens[UpperPB, Option[Boolean]]
- def optionalH: Lens[UpperPB, Option[Int]]
- def optionalHwv: Lens[UpperPB, Option[String]]
- def optionalIfa: Lens[UpperPB, Option[String]]
- def optionalIp: Lens[UpperPB, Option[String]]
- def optionalIptr: Lens[UpperPB, Option[Boolean]]
- def optionalIpv6: Lens[UpperPB, Option[String]]
- def optionalJs: Lens[UpperPB, Option[Boolean]]
- def optionalLang: Lens[UpperPB, Option[String]]
- def optionalLmt: Lens[UpperPB, Option[Boolean]]
- def optionalMake: Lens[UpperPB, Option[String]]
- def optionalMccmnc: Lens[UpperPB, Option[String]]
- def optionalMccmncsim: Lens[UpperPB, Option[String]]
- def optionalModel: Lens[UpperPB, Option[String]]
- def optionalOs: Lens[UpperPB, Option[String]]
- def optionalOsv: Lens[UpperPB, Option[String]]
- def optionalPpi: Lens[UpperPB, Option[Int]]
- def optionalPxratio: Lens[UpperPB, Option[Int]]
- def optionalType: Lens[UpperPB, Option[DeviceType]]
- def optionalUa: Lens[UpperPB, Option[String]]
- def optionalW: Lens[UpperPB, Option[Int]]
- def optionalXff: Lens[UpperPB, Option[String]]
- def os: Lens[UpperPB, String]
- def osv: Lens[UpperPB, String]
- def ppi: Lens[UpperPB, Int]
- def pxratio: Lens[UpperPB, Int]
- 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)