Packages

implicit class DeviceLens[UpperPB] extends ObjectLens[UpperPB, Device]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Device): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def carrier: Lens[UpperPB, String]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def compose[B](other: Lens[Device, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def contype: Lens[UpperPB, ConnectionType]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def ext: Lens[UpperPB, DeviceExt]
  13. def field[A](getter: (Device) => A)(setter: (Device, A) => Device): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[Device, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def geo: Lens[UpperPB, Geo]
  16. def geofetch: Lens[UpperPB, Boolean]
  17. def get(u: UpperPB): Device
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def h: Lens[UpperPB, Int]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hwv: Lens[UpperPB, String]
  22. def ifa: Lens[UpperPB, String]
  23. def ip: Lens[UpperPB, String]
  24. def iptr: Lens[UpperPB, Boolean]
  25. def ipv6: Lens[UpperPB, String]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def js: Lens[UpperPB, Boolean]
  28. def lang: Lens[UpperPB, String]
  29. def lmt: Lens[UpperPB, Boolean]
  30. def make: Lens[UpperPB, String]
  31. def mccmnc: Lens[UpperPB, String]
  32. def mccmncsim: Lens[UpperPB, String]
  33. def model: Lens[UpperPB, String]
  34. def modify(f: (Device) => Device): Mutation[UpperPB]
    Definition Classes
    Lens
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. def optionalCarrier: Lens[UpperPB, Option[String]]
  39. def optionalContype: Lens[UpperPB, Option[ConnectionType]]
  40. def optionalExt: Lens[UpperPB, Option[DeviceExt]]
  41. def optionalGeo: Lens[UpperPB, Option[Geo]]
  42. def optionalGeofetch: Lens[UpperPB, Option[Boolean]]
  43. def optionalH: Lens[UpperPB, Option[Int]]
  44. def optionalHwv: Lens[UpperPB, Option[String]]
  45. def optionalIfa: Lens[UpperPB, Option[String]]
  46. def optionalIp: Lens[UpperPB, Option[String]]
  47. def optionalIptr: Lens[UpperPB, Option[Boolean]]
  48. def optionalIpv6: Lens[UpperPB, Option[String]]
  49. def optionalJs: Lens[UpperPB, Option[Boolean]]
  50. def optionalLang: Lens[UpperPB, Option[String]]
  51. def optionalLmt: Lens[UpperPB, Option[Boolean]]
  52. def optionalMake: Lens[UpperPB, Option[String]]
  53. def optionalMccmnc: Lens[UpperPB, Option[String]]
  54. def optionalMccmncsim: Lens[UpperPB, Option[String]]
  55. def optionalModel: Lens[UpperPB, Option[String]]
  56. def optionalOs: Lens[UpperPB, Option[String]]
  57. def optionalOsv: Lens[UpperPB, Option[String]]
  58. def optionalPpi: Lens[UpperPB, Option[Int]]
  59. def optionalPxratio: Lens[UpperPB, Option[Int]]
  60. def optionalType: Lens[UpperPB, Option[DeviceType]]
  61. def optionalUa: Lens[UpperPB, Option[String]]
  62. def optionalW: Lens[UpperPB, Option[Int]]
  63. def optionalXff: Lens[UpperPB, Option[String]]
  64. def os: Lens[UpperPB, String]
  65. def osv: Lens[UpperPB, String]
  66. def ppi: Lens[UpperPB, Int]
  67. def pxratio: Lens[UpperPB, Int]
  68. def set(c: Device): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  69. def setIfDefined(aOpt: Option[Device]): Mutation[UpperPB]
    Definition Classes
    Lens
  70. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. def type: Lens[UpperPB, DeviceType]
  73. def ua: Lens[UpperPB, String]
  74. def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  75. def w: Lens[UpperPB, Int]
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. def xff: Lens[UpperPB, String]
  80. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Device, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, Device]

Inherited from Lens[UpperPB, Device]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped