object VoTableParser extends VoTableParser

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

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. val STAT_ERR: Refined[String, NonEmpty]
  5. val UCD_ANGSIZE_MAJ: Ucd
  6. val UCD_ANGSIZE_MIN: Ucd
  7. val UCD_DEC: Ucd
  8. val UCD_EPOCH: Ucd
  9. val UCD_MAG: Refined[String, NonEmpty]
  10. val UCD_MORPHTYPE: Ucd
  11. val UCD_OBJID: Ucd
  12. val UCD_OTYPE: Ucd
  13. val UCD_PHOTO_FLUX: Ucd
  14. val UCD_PLX: Ucd
  15. val UCD_PMDEC: Ucd
  16. val UCD_PMRA: Ucd
  17. val UCD_RA: Ucd
  18. val UCD_RV: Ucd
  19. val UCD_SPTYPE: Ucd
  20. val UCD_TYPEDID: Ucd
  21. val UCD_Z: Ucd
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def fd[F[_]]: Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, FieldDescriptor]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  27. def fds[F[_]]: Pipe[F, XmlEvent, List[ValidatedNec[CatalogProblem, FieldDescriptor]]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def targetRow2Target(adapter: CatalogAdapter, row: TableRow): ValidatedNec[CatalogProblem, Sidereal]

    Function to convert a TableRow to a target using a given adapter

    Function to convert a TableRow to a target using a given adapter

    Attributes
    protected
    Definition Classes
    VoTableParser
  36. def targets[F[_]](catalog: CatalogName)(implicit arg0: RaiseThrowable[F], arg1: MonadError[F, Throwable]): Pipe[F, String, ValidatedNec[CatalogProblem, Sidereal]]

    FS2 pipe to convert a stream of String to targets

    FS2 pipe to convert a stream of String to targets

    Definition Classes
    VoTableParser
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def tr[F[_]](fields: List[FieldDescriptor]): Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, TableRow]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  39. def trs[F[_]](fields: List[FieldDescriptor]): Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, TableRow]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  40. def trsf[F[_]]: Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, TableRow]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def xml2targets[F[_]](adapter: CatalogAdapter): Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, Sidereal]]

    FS2 pipe to convert a stream of xml events to targets

    FS2 pipe to convert a stream of xml events to targets

    Definition Classes
    VoTableParser

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from VoTableParser

Inherited from AnyRef

Inherited from Any

Ungrouped