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_OBJID: Ucd
  11. val UCD_PHOTO_FLUX: Ucd
  12. val UCD_PLX: Ucd
  13. val UCD_PMDEC: Ucd
  14. val UCD_PMRA: Ucd
  15. val UCD_RA: Ucd
  16. val UCD_RV: Ucd
  17. val UCD_TYPEDID: Ucd
  18. val UCD_Z: Ucd
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def fd[F[_]]: Pipe[F, XmlEvent, ValidatedNec[CatalogProblem, FieldDescriptor]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  24. def fds[F[_]]: Pipe[F, XmlEvent, List[ValidatedNec[CatalogProblem, FieldDescriptor]]]
    Attributes
    protected
    Definition Classes
    VoTableParser
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def targetRow2Target(adapter: CatalogAdapter, row: TableRow): ValidatedNec[CatalogProblem, SiderealTarget]

    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
  34. def targets[F[_]](catalog: CatalogName)(implicit arg0: RaiseThrowable[F], arg1: MonadError[F, Throwable]): Pipe[F, String, ValidatedNec[CatalogProblem, SiderealTarget]]

    FS2 pipe to convert a stream of String to targets

    FS2 pipe to convert a stream of String to targets

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

    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

Inherited from VoTableParser

Inherited from AnyRef

Inherited from Any

Ungrouped