com.eharmony.aloha

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanSeq(values: Vector[Boolean]) extends SimpleTypeSeq with Product with Serializable

  2. case class DoubleSeq(values: Vector[Double]) extends SimpleTypeSeq with Product with Serializable

  3. trait EitherHelpers extends AnyRef

  4. case class ICList[A](list: List[A]) extends Product with Serializable

    A class that acts like an immutable list but allows disparate element types to be inserted as long as an implicit function from the input type to the list type exists in the implicit scope.

  5. trait Logging extends AnyRef

    Mix the Logging trait into a class to get:

  6. case class LongSeq(values: Vector[Long]) extends SimpleTypeSeq with Product with Serializable

  7. sealed trait SerializabilityEvidence[A] extends AnyRef

    A type class used to indicate a parameter has a type that can be serialized in a larger Serializable object.

  8. sealed trait SimpleTypeSeq extends AnyRef

  9. case class StringSeq(values: Vector[String]) extends SimpleTypeSeq with Product with Serializable

  10. trait Timing extends AnyRef

Value Members

  1. object BooleanSeq extends Serializable

  2. object DoubleSeq extends Serializable

  3. object ICList extends Serializable

  4. object LongSeq extends Serializable

  5. object SerializabilityEvidence

  6. object SimpleTypeSeq

  7. object StringSeq extends Serializable

  8. object SubSeqIterator

    A fast, thread-safe, memory efficient k-subsequence iterator.

  9. package hashing

  10. package rand

Ungrouped