Packages

o

gem.ocs2

Decoders

object Decoders

PioDecoder instances for our model types.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val CoordinatesDecoder: PioDecoder[Coordinates]
  5. implicit val DatasetDecoder: PioDecoder[Dataset]
  6. implicit val DatasetLabelDecoder: PioDecoder[Label]
  7. implicit val DatasetsDecoder: PioDecoder[List[Dataset]]
  8. implicit val DeclinationDecoder: PioDecoder[Declination]
  9. implicit val EphemerisKeyDecoder: PioDecoder[EphemerisKey]
  10. implicit val EphemerisKeyTypeDecoder: PioDecoder[EphemerisKeyType]
  11. implicit val EpochDecoder: PioDecoder[Epoch]
  12. implicit val InstrumentDecoder: PioDecoder[Instrument]
  13. implicit val MagnitudeBandDecoder: PioDecoder[MagnitudeBand]
  14. implicit val MagnitudeSystemDecoder: PioDecoder[MagnitudeSystem]
  15. implicit val ObservationDecoder: PioDecoder[Observation]
  16. implicit val ObservationIdDecoder: PioDecoder[Id]
  17. implicit val ObservationIndexDecoder: PioDecoder[Index]
  18. implicit val ProgramDecoder: PioDecoder[Program]
  19. implicit val ProgramIdDecoder: PioDecoder[Id]
  20. implicit val ProperMotionDecoder: PioDecoder[ProperMotion]
  21. implicit val RightAscensionDecoder: PioDecoder[RightAscension]
  22. implicit val TargetDecoder: PioDecoder[Target]
  23. implicit val TrackDecoder: PioDecoder[Either[EphemerisKey, ProperMotion]]
  24. implicit val UserTargetDecoder: PioDecoder[UserTarget]
  25. implicit val UserTargetTypeDecoder: PioDecoder[UserTargetType]
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def targetEnvironmentDecoder(i: Instrument): PioDecoder[TargetEnvironment]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped