p

lucuma

catalog

package catalog

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

Type Members

  1. sealed trait CatalogAdapter extends AnyRef
  2. sealed trait CatalogProblem extends Throwable with Product with Serializable

    Indicates an issue parsing the targets, e.g.

    Indicates an issue parsing the targets, e.g. missing values, bad format, etc.

  3. case class FieldDescriptor(id: FieldId, name: String) extends Product with Serializable
  4. case class FieldId(id: NonEmptyString, ucd: Ucd) extends Product with Serializable

    Describes a field

  5. trait StandardAdapter extends CatalogAdapter
  6. case class TableRow(items: List[TableRowItem]) extends Product with Serializable
  7. case class TableRowItem(field: FieldDescriptor, data: String) extends Product with Serializable
  8. final case class Ucd(tokens: NonEmptyList[NonEmptyString]) extends Product with Serializable
  9. trait VoTableParser extends AnyRef

Value Members

  1. def parseDoubleValue(ucd: Ucd, s: String): ValidatedNec[CatalogProblem, Double]
  2. object CatalogAdapter
  3. object CatalogProblem extends Serializable
  4. object FieldDescriptor extends Serializable
  5. object FieldId extends Serializable
  6. object PartialTableRow extends Serializable
  7. object PartialTableRowItem extends Serializable
  8. object TableRow extends Serializable
  9. object TableRowItem extends Serializable
  10. object Ucd extends Serializable
  11. object VoTableParser extends VoTableParser

Inherited from AnyRef

Inherited from Any

Ungrouped