object Decoders
PioDecoder instances for our model types.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val CoordinatesDecoder: PioDecoder[Coordinates]
- implicit val DatasetDecoder: PioDecoder[Dataset]
- implicit val DatasetLabelDecoder: PioDecoder[Label]
- implicit val DatasetsDecoder: PioDecoder[List[Dataset]]
- implicit val DeclinationDecoder: PioDecoder[Declination]
- implicit val EphemerisKeyDecoder: PioDecoder[EphemerisKey]
- implicit val EphemerisKeyTypeDecoder: PioDecoder[EphemerisKeyType]
- implicit val EpochDecoder: PioDecoder[Epoch]
- implicit val InstrumentDecoder: PioDecoder[Instrument]
- implicit val MagnitudeBandDecoder: PioDecoder[MagnitudeBand]
- implicit val MagnitudeSystemDecoder: PioDecoder[MagnitudeSystem]
- implicit val ObservationDecoder: PioDecoder[Observation]
- implicit val ObservationIdDecoder: PioDecoder[Id]
- implicit val ObservationIndexDecoder: PioDecoder[Index]
- implicit val ProgramDecoder: PioDecoder[Program]
- implicit val ProgramIdDecoder: PioDecoder[Id]
- implicit val ProperMotionDecoder: PioDecoder[ProperMotion]
- implicit val RightAscensionDecoder: PioDecoder[RightAscension]
- implicit val TargetDecoder: PioDecoder[Target]
- implicit val TrackDecoder: PioDecoder[Either[EphemerisKey, ProperMotion]]
- implicit val UserTargetDecoder: PioDecoder[UserTarget]
- implicit val UserTargetTypeDecoder: PioDecoder[UserTargetType]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def targetEnvironmentDecoder(i: Instrument): PioDecoder[TargetEnvironment]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()