Packages

implicit class GeoLens[UpperPB] extends ObjectLens[UpperPB, Geo]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Geo): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def accur: Lens[UpperPB, Int]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def city: Lens[UpperPB, String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def compose[B](other: Lens[Geo, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. def country: Lens[UpperPB, String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def ext: Lens[UpperPB, Struct]
  14. def extProto: Lens[UpperPB, Seq[Any]]
  15. def field[A](getter: (Geo) => A)(setter: (Geo, A) => Geo): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def field[A](lens: Lens[Geo, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def get(u: UpperPB): Geo
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def ipserv: Lens[UpperPB, IpLocationService]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lastfix: Lens[UpperPB, Long]
  23. def lat: Lens[UpperPB, Float]
  24. def lon: Lens[UpperPB, Float]
  25. def metro: Lens[UpperPB, String]
  26. def modify(f: (Geo) => Geo): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def optionalExt: Lens[UpperPB, Option[Struct]]
  31. def region: Lens[UpperPB, String]
  32. def set(c: Geo): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def setIfDefined(aOpt: Option[Geo]): Mutation[UpperPB]
    Definition Classes
    Lens
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def type: Lens[UpperPB, LocationType]
  37. def update(ms: (Lens[Geo, Geo]) => Mutation[Geo]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. def utcoffset: Lens[UpperPB, Int]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def zip: Lens[UpperPB, String]
  43. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Geo, B)]
    Definition Classes
    Lens

Deprecated Value Members

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

    (Since version 9)

Inherited from ObjectLens[UpperPB, Geo]

Inherited from Lens[UpperPB, Geo]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped