Class

io.fsq.twofishes.gen

RawGeocodePoint

Related Doc: package gen

Permalink

final class RawGeocodePoint extends Record[GeocodePoint] with MutableRecord[GeocodePoint] with GeocodePoint

Linear Supertypes
GeocodePoint, TBase[GeocodePoint, GeocodePoint._Fields], Serializable, MutableRecord[GeocodePoint], Record[GeocodePoint], Ordered[GeocodePoint], Comparable[GeocodePoint], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawGeocodePoint
  2. GeocodePoint
  3. TBase
  4. Serializable
  5. MutableRecord
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawGeocodePoint()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: GeocodePoint): Boolean

    Permalink
    Definition Classes
    GeocodePoint → Ordered
  4. def <=(that: GeocodePoint): Boolean

    Permalink
    Definition Classes
    GeocodePoint → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: GeocodePoint): Boolean

    Permalink
    Definition Classes
    GeocodePoint → Ordered
  7. def >=(that: GeocodePoint): Boolean

    Permalink
    Definition Classes
    GeocodePoint → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    RawGeocodePoint → TBase
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: GeocodePoint): Int

    Permalink
    Definition Classes
    GeocodePoint → Ordered
  12. def compareTo(that: GeocodePoint): Int

    Permalink
    Definition Classes
    GeocodePoint → Ordered → Comparable
  13. def copy(lat: Double = latOrNull, lng: Double = lngOrNull): RawGeocodePoint

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  14. def deepCopy(): RawGeocodePoint

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint → TBase
  15. def deepMergeCopy(that: GeocodePoint): GeocodePoint

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: GeocodePoint): Boolean

    Permalink
  18. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawGeocodePoint → AnyRef → Any
  19. def fieldForId(id: Int): GeocodePoint._Fields

    Permalink
    Definition Classes
    RawGeocodePoint → TBase
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getFieldValue(field: GeocodePoint._Fields): AnyRef

    Permalink
    Definition Classes
    RawGeocodePoint → TBase
  23. def getSetFields: Seq[Any]

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    RawGeocodePoint → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isSet(field: GeocodePoint._Fields): Boolean

    Permalink
    Definition Classes
    RawGeocodePoint → TBase
  27. def lat: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  28. def latIsSet: Boolean

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  29. def latOption: Option[Double]

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  30. def latOrDefault: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  31. def latOrNull: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  32. def latOrThrow: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  33. def latUnset(): Unit

    Permalink
  34. def lat_=(x: Double): Unit

    Permalink
  35. def lng: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  36. def lngIsSet: Boolean

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  37. def lngOption: Option[Double]

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  38. def lngOrDefault: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  39. def lngOrNull: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  40. def lngOrThrow: Double

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint
  41. def lngUnset(): Unit

    Permalink
  42. def lng_=(x: Double): Unit

    Permalink
  43. def merge(that: GeocodePoint): Unit

    Permalink
    Definition Classes
    RawGeocodePoint → MutableRecord
  44. def mergeCopy(that: GeocodePoint): GeocodePoint

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint → Record
  45. def meta: GeocodePointMeta

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint → Record → UntypedRecord
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawGeocodePoint → TBase → UntypedRecord
  50. def setFieldValue(field: GeocodePoint._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawGeocodePoint → TBase
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    GeocodePoint
  53. def toString(): String

    Permalink
    Definition Classes
    RawGeocodePoint → AnyRef → Any
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawGeocodePointGeocodePoint → TBase → UntypedRecord

Inherited from GeocodePoint

Inherited from TBase[GeocodePoint, GeocodePoint._Fields]

Inherited from Serializable

Inherited from MutableRecord[GeocodePoint]

Inherited from Record[GeocodePoint]

Inherited from Ordered[GeocodePoint]

Inherited from Comparable[GeocodePoint]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped