Package

quasar.precog

util

Permalink

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ByteBufferMonad[M[_]] extends Monad[M]

    Permalink

    A Monad for working with ByteBuffers.

  2. final class ByteBufferPool extends AnyRef

    Permalink
  3. trait FileLock extends AnyRef

    Permalink
  4. class FileLockException extends Exception

    Permalink
  5. class IdGen extends AnyRef

    Permalink
  6. final class Identifier extends AnyRef

    Permalink

    Opaque symbolic identifier (like Int, but better!).

  7. final case class IntCons(head: Int, tail: IntList) extends IntList with Product with Serializable

    Permalink
  8. sealed trait IntList extends LinearSeq[Int] with LinearSeqOptimized[Int, IntList]

    Permalink
  9. final class IntListBuilder extends Builder[Int, IntList]

    Permalink
  10. class MapPimp[A, B, CC[B] <: GenTraversable[B]] extends AnyRef

    Permalink
  11. trait MapUtils extends AnyRef

    Permalink

    Implicit container trait

  12. final class RingDeque[A] extends AnyRef

    Permalink

    Unchecked and unboxed (fast!) deque implementation with a fixed bound.

    Unchecked and unboxed (fast!) deque implementation with a fixed bound. None of the operations on this datastructure are checked for bounds. You are trusted to get this right on your own. If you do something weird, you could end up overwriting data, reading old results, etc. Don't do that.

    No objects were allocated in the making of this film.

  13. case class VectorClock(map: Map[Int, Int]) extends Product with Serializable

    Permalink
  14. trait VectorClockSerialization extends AnyRef

    Permalink

Value Members

  1. object BitSetUtil

    Permalink
  2. object ByteBufferPool

    Permalink
  3. object DateTimeUtil

    Permalink
  4. object FileLock

    Permalink
  5. object IOUtils extends Logging

    Permalink
  6. object IdGen extends IdGen

    Permalink
  7. object IntList

    Permalink
  8. object IntNil extends IntList with Product with Serializable

    Permalink
  9. object NumericComparisons

    Permalink
  10. object RawBitSet

    Permalink
  11. object VectorClock extends VectorClockSerialization with Serializable

    Permalink
  12. package cache

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped