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 audioContext: Lens[UpperPB, AudioContext]
  7. def carrier: Lens[UpperPB, String]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[Device, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def connection: Lens[UpperPB, Connection]
  11. def contype: Lens[UpperPB, ConnectionType]
  12. def dnt: Lens[UpperPB, Boolean]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def ext: Lens[UpperPB, Struct]
  16. def extProto: Lens[UpperPB, Seq[Any]]
  17. def field[A](getter: (Device) => A)(setter: (Device, A) => Device): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[Device, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def geo: Lens[UpperPB, Geo]
  20. def geofetch: Lens[UpperPB, Boolean]
  21. def get(u: UpperPB): Device
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def h: Lens[UpperPB, Int]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hwv: Lens[UpperPB, String]
  26. def ifa: Lens[UpperPB, String]
  27. def ip: Lens[UpperPB, String]
  28. def iptr: Lens[UpperPB, Boolean]
  29. def ipv6: Lens[UpperPB, String]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def js: Lens[UpperPB, Boolean]
  32. def lang: Lens[UpperPB, String]
  33. def lmt: Lens[UpperPB, Boolean]
  34. def make: Lens[UpperPB, String]
  35. def mccmnc: Lens[UpperPB, String]
  36. def mccmncsim: Lens[UpperPB, String]
  37. def model: Lens[UpperPB, String]
  38. def modify(f: (Device) => Device): Mutation[UpperPB]
    Definition Classes
    Lens
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. def optionalAudioContext: Lens[UpperPB, Option[AudioContext]]
  43. def optionalConnection: Lens[UpperPB, Option[Connection]]
  44. def optionalExt: Lens[UpperPB, Option[Struct]]
  45. def optionalGeo: Lens[UpperPB, Option[Geo]]
  46. def os: Lens[UpperPB, OS]
  47. def osv: Lens[UpperPB, String]
  48. def ppi: Lens[UpperPB, Int]
  49. def pxratio: Lens[UpperPB, Float]
  50. def set(c: Device): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  51. def setIfDefined(aOpt: Option[Device]): Mutation[UpperPB]
    Definition Classes
    Lens
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def type: Lens[UpperPB, DeviceType]
  55. def ua: Lens[UpperPB, String]
  56. def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  57. def w: Lens[UpperPB, Int]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def xff: Lens[UpperPB, String]
  62. 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