com.krux.hyperion

adt

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

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

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

  10. sealed abstract class HType extends AnyRef

Value Members

  1. object HBoolean extends Serializable

  2. object HDateTime extends Serializable

  3. object HType

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped