epic

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BloomFilterSeenSet[T] extends LockableSeenSet[T] with Serializable

    Annotations
    @SerialVersionUID( 1L )
  2. case class CacheBroker(path: File = null, copyFrom: File = null, clearCaches: String = "", autocommit: Boolean = true, disableWriteAheadLog: Boolean = false) extends Serializable with Product

    Annotations
    @SerialVersionUID( 1L )
  3. class FIFOWorkQueue[-In, Out] extends Iterator[Out]

    TODO

  4. trait Has[WhatIHave] extends AnyRef

  5. trait Has2[Haver, +WhatIHave] extends AnyRef

  6. trait LockableSeenSet[-T] extends Serializable

    TODO

  7. sealed trait LowPriorityOptionalImplicit extends AnyRef

  8. sealed trait Optional[+A] extends AnyRef

    Optional is just like scala.Option, except that we offer implicit conversion from the Optional to Provided.

  9. trait ProcessTextMain[Model, AnnotatedType] extends AnyRef

    TODO

  10. class ProgressLog extends AnyRef

  11. case class Provided[+A](get: A) extends Optional[A] with Product with Serializable

    Equivalent to Some, but with an implicit conversion from A to Provided(aA

  12. trait SafeLogging extends AnyRef

    Stupid Typesafe logging lib trait isn't serializable.

  13. class ThreadLocalBloomFilter[T] extends LockableSeenSet[T] with SafeLogging

    TODO

Value Members

  1. object AlwaysSeenSet extends LockableSeenSet[Any]

    Annotations
    @SerialVersionUID( 1L )
  2. object ArabicNormalization extends LazyLogging

    based on http://languagelog.

  3. object Arrays

  4. object CacheBroker extends LazyLogging with Serializable

  5. object FIFOWorkQueue

  6. object Has2

  7. object LockableSeenSet extends Serializable

  8. object NotProvided extends Optional[Nothing] with Product with Serializable

    Equivalent to None

  9. object Optional extends LowPriorityOptionalImplicit

  10. object ProcessTextMain

  11. object WeightsCache

    TODO

Ungrouped