Trait

io.fsq.twofishes.model.gen

ThriftPointProxy

Related Doc: package gen

Permalink

trait ThriftPointProxy extends ThriftPoint

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

Abstract Value Members

  1. abstract def underlying: ThriftPoint

    Permalink
    Attributes
    protected

Concrete 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: ThriftPoint): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  14. def deepCopy(): ThriftPoint

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint → TBase
  15. def deepMergeCopy(that: ThriftPoint): ThriftPoint

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

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

    Permalink
    Definition Classes
    ThriftPointProxy → AnyRef → Any
  18. def fieldForId(id: Int): ThriftPoint._Fields

    Permalink
    Definition Classes
    ThriftPointProxy → TBase
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFieldValue(field: ThriftPoint._Fields): AnyRef

    Permalink
    Definition Classes
    ThriftPointProxy → TBase
  22. def hashCode(): Int

    Permalink
    Definition Classes
    ThriftPointProxy → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isSet(field: ThriftPoint._Fields): Boolean

    Permalink
    Definition Classes
    ThriftPointProxy → TBase
  25. def lat: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  26. def latIsSet: Boolean

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  27. def latOption: Option[Double]

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  28. def latOrDefault: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  29. def latOrNull: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  30. def latOrThrow: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  31. def lng: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  32. def lngIsSet: Boolean

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  33. def lngOption: Option[Double]

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  34. def lngOrDefault: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  35. def lngOrNull: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  36. def lngOrThrow: Double

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint
  37. def mergeCopy(that: ThriftPoint): ThriftPoint

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint → Record
  38. def meta: ThriftPointMeta

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

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

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

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

    Permalink
    Definition Classes
    ThriftPointProxy → TBase → UntypedRecord
  43. def setFieldValue(field: ThriftPoint._Fields, value: AnyRef): Unit

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

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

    Permalink
    Definition Classes
    ThriftPoint
  46. def toString(): String

    Permalink
    Definition Classes
    ThriftPointProxy → AnyRef → Any
  47. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ThriftPointProxyThriftPoint → TBase → UntypedRecord

Inherited from ThriftPoint

Inherited from TBase[ThriftPoint, ThriftPoint._Fields]

Inherited from Serializable

Inherited from Record[ThriftPoint]

Inherited from Ordered[ThriftPoint]

Inherited from Comparable[ThriftPoint]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped