Object/Trait

io.fsq.twofishes.gen

GeocodePoint

Related Docs: trait GeocodePoint | package gen

Permalink

object GeocodePoint extends GeocodePointMeta with Serializable

Linear Supertypes
Serializable, Serializable, GeocodePointMeta, RecordProvider[GeocodePoint], MetaRecord[GeocodePoint, GeocodePointMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeocodePoint
  2. Serializable
  3. Serializable
  4. GeocodePointMeta
  5. RecordProvider
  6. MetaRecord
  7. UntypedMetaRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

    Permalink
  2. sealed abstract class _Fields extends TFieldIdEnum

    Permalink
    Definition Classes
    GeocodePointMeta

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Builder

    Permalink
  5. val GEOCODEPOINT_SDESC: TStruct

    Permalink
    Definition Classes
    GeocodePointMeta
  6. val LAT_FDESC: TField

    Permalink
    Definition Classes
    GeocodePointMeta
  7. val LNG_FDESC: TField

    Permalink
    Definition Classes
    GeocodePointMeta
  8. val UNKNOWN_FIELD: TField

    Permalink
    Definition Classes
    GeocodePointMeta
  9. object _Fields

    Permalink
    Definition Classes
    GeocodePointMeta
  10. implicit val __$comparator: Comparator[GeocodePoint]

    Permalink
  11. implicit val __$ordering: Ordering[GeocodePoint]

    Permalink
  12. val annotations: Annotations

    Permalink
    Definition Classes
    GeocodePointMeta → UntypedMetaRecord
  13. def apply(lat: Double, lng: Double): GeocodePoint

    Permalink
    Definition Classes
    GeocodePointMeta
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val companionProvider: GeocodePointCompanionProvider

    Permalink
  17. def createRawRecord: RawGeocodePoint

    Permalink
    Definition Classes
    GeocodePointMeta → MetaRecord
  18. def createRecord: GeocodePoint

    Permalink
    Definition Classes
    GeocodePointMeta → RecordProvider → MetaRecord
  19. def createUntypedRawRecord: UntypedRecord

    Permalink
    Definition Classes
    GeocodePointMeta → UntypedMetaRecord
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. val fields: Seq[FieldDescriptor[_, GeocodePoint, GeocodePointMeta]]

    Permalink
    Definition Classes
    GeocodePointMeta → MetaRecord
  23. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Permalink
    Definition Classes
    GeocodePointMeta
  27. def ifInstanceFrom(x: AnyRef): Option[GeocodePoint]

    Permalink
    Definition Classes
    GeocodePointMeta → MetaRecord
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val lat: OptionalFieldDescriptor[Double, GeocodePoint, GeocodePointMeta]

    Permalink
    Definition Classes
    GeocodePointMeta
  30. val lng: OptionalFieldDescriptor[Double, GeocodePoint, GeocodePointMeta]

    Permalink
    Definition Classes
    GeocodePointMeta
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def newBuilder: AllUnspecified

    Permalink
  33. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. def recordName: String

    Permalink
    Definition Classes
    GeocodePointMeta → UntypedMetaRecord
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def untypedFields: Seq[UntypedFieldDescriptor]

    Permalink
    Definition Classes
    GeocodePointMeta → UntypedMetaRecord
  39. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Permalink
    Definition Classes
    GeocodePointMeta → UntypedMetaRecord
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val wireNameToTField: Map[String, TField]

    Permalink
    Definition Classes
    GeocodePointMeta

Inherited from Serializable

Inherited from Serializable

Inherited from GeocodePointMeta

Inherited from RecordProvider[GeocodePoint]

Inherited from MetaRecord[GeocodePoint, GeocodePointMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped