Object/Trait

com.github.timgent.dataflare.checks

QcType

Related Docs: trait QcType | package checks

Permalink

object QcType extends Enum[QcType]

Linear Supertypes
Enum[QcType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QcType
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ArbDualDsCheck extends QcType with Product with Serializable

    Permalink
  5. object ArbSingleDsCheck extends QcType with Product with Serializable

    Permalink
  6. object ArbitraryCheck extends QcType with Product with Serializable

    Permalink
  7. object DualMetricCheck extends QcType with Product with Serializable

    Permalink
  8. object SingleMetricCheck extends QcType with Product with Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: IndexedSeq[QcType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(member: QcType): Int

    Permalink
    Definition Classes
    Enum
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final lazy val lowerCaseNamesToValuesMap: Map[String, QcType]

    Permalink
    Definition Classes
    Enum
  20. lazy val namesToValuesMap: Map[String, QcType]

    Permalink
    Definition Classes
    Enum
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final lazy val upperCaseNameValuesToMap: Map[String, QcType]

    Permalink
    Definition Classes
    Enum
  27. val values: IndexedSeq[QcType]

    Permalink
    Definition Classes
    QcType → Enum
  28. final lazy val valuesToIndex: Map[QcType, Int]

    Permalink
    Definition Classes
    Enum
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): QcType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  33. def withNameEither(name: String): Either[NoSuchMember[QcType], QcType]

    Permalink
    Definition Classes
    Enum
  34. def withNameInsensitive(name: String): QcType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  35. def withNameInsensitiveEither(name: String): Either[NoSuchMember[QcType], QcType]

    Permalink
    Definition Classes
    Enum
  36. def withNameInsensitiveOption(name: String): Option[QcType]

    Permalink
    Definition Classes
    Enum
  37. def withNameLowercaseOnly(name: String): QcType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  38. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[QcType], QcType]

    Permalink
    Definition Classes
    Enum
  39. def withNameLowercaseOnlyOption(name: String): Option[QcType]

    Permalink
    Definition Classes
    Enum
  40. def withNameOption(name: String): Option[QcType]

    Permalink
    Definition Classes
    Enum
  41. def withNameUppercaseOnly(name: String): QcType

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  42. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[QcType], QcType]

    Permalink
    Definition Classes
    Enum
  43. def withNameUppercaseOnlyOption(name: String): Option[QcType]

    Permalink
    Definition Classes
    Enum

Inherited from Enum[QcType]

Inherited from AnyRef

Inherited from Any

Ungrouped