Package

com.krux.hyperion

adt

Permalink

package adt

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. adt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class HBoolean(value: Either[Boolean, BooleanExp]) extends HType with Product with Serializable

    Permalink
  2. case class HDateTime(value: Either[DateTime, DateTimeExp]) extends HType with Product with Serializable

    Permalink
  3. case class HDouble(value: Either[Double, DoubleExp]) extends HType with OptionalOrdered[Double] with Product with Serializable

    Permalink
  4. case class HDuration(value: Either[Duration, DurationExp]) extends HType with Product with Serializable

    Permalink
  5. case class HHdfsUri(value: Either[HdfsUri, HdfsUriExp]) extends HType with Product with Serializable

    Permalink
  6. case class HInt(value: Either[Int, IntExp]) extends HType with OptionalOrdered[Int] with Product with Serializable

    Permalink
  7. case class HLong(value: Either[Long, LongExp]) extends HType with OptionalOrdered[Long] with Product with Serializable

    Permalink
  8. case class HS3Uri(value: Either[S3Uri, S3UriExp]) extends HType with Product with Serializable

    Permalink
  9. case class HString(value: Either[String, StringExp]) extends HType with Product with Serializable

    Permalink
  10. sealed abstract class HType extends AnyRef

    Permalink

Value Members

  1. object HBoolean extends Serializable

    Permalink
  2. object HDateTime extends Serializable

    Permalink
  3. object HType

    Permalink
  4. implicit def seqBoolean2SeqHBoolean(x: Seq[Boolean]): Seq[HBoolean]

    Permalink
  5. implicit def seqDateTime2SeqHDateTime(x: Seq[DateTime]): Seq[HDateTime]

    Permalink
  6. implicit def seqDouble2SeqHDouble(x: Seq[Double]): Seq[HDouble]

    Permalink
  7. implicit def seqDuration2SeqHDuration(x: Seq[Duration]): Seq[HDuration]

    Permalink
  8. implicit def seqInt2SeqHInt(x: Seq[Int]): Seq[HInt]

    Permalink
  9. implicit def seqLong2SeqHLong(x: Seq[Long]): Seq[HLong]

    Permalink
  10. implicit def seqS3Uri2SeqHS3Uri(x: Seq[S3Uri]): Seq[HS3Uri]

    Permalink
  11. implicit def seqString2SeqHString(x: Seq[String]): Seq[HString]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped