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

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

    FS2 pipe to convert a stream of String to targets

    FS2 pipe to convert a stream of String to targets

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

    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