Package

io.reactors

common

Permalink

package common

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

Type Members

  1. case class <>[+T](left: Conc[T], right: Conc[T]) extends Conc[T] with Product with Serializable

    Permalink
  2. class ArrayRing[T] extends AnyRef

    Permalink
  3. class BinaryHeap[T] extends AnyRef

    Permalink
  4. sealed trait Conc[+T] extends AnyRef

    Permalink
  5. class ConcBuffer[T] extends AnyRef

    Permalink
  6. implicit final class ConcByteOps extends AnyVal

    Permalink
  7. implicit final class ConcCharOps extends AnyVal

    Permalink
  8. implicit final class ConcDoubleOps extends AnyVal

    Permalink
  9. implicit final class ConcFloatOps extends AnyVal

    Permalink
  10. implicit final class ConcIntOps extends AnyVal

    Permalink
  11. implicit final class ConcLongOps extends AnyVal

    Permalink
  12. implicit class ConcModificationOps[T] extends AnyRef

    Permalink
  13. implicit final class ConcOps[T] extends AnyVal

    Permalink
  14. sealed abstract class ConcRope[+T] extends Conc[T]

    Permalink
  15. sealed abstract class Conqueue[+T] extends Conc[T]

    Permalink
  16. class ConqueueBuffer[T] extends AnyRef

    Permalink
  17. implicit class ConqueueOps[T] extends AnyRef

    Permalink
  18. class FastBuffer[M >: Null <: AnyRef] extends AnyRef

    Permalink
  19. class FastHashTable[M >: Null <: AnyRef] extends AnyRef

    Permalink

    Support hash table for fast operations.

  20. class FixedSizePool[T >: Null <: AnyRef] extends Pool[T]

    Permalink
  21. class HashMatrix[T] extends Matrix[T]

    Permalink

    Hash-based sparse matrix with an efficient O(1) indexing and update operations.

    Hash-based sparse matrix with an efficient O(1) indexing and update operations.

    Ideal for sparse or dense data, particularly with many clusters that are tightly packed together. For spatial queries on sparse data, it is usually better to use QuadMatrix.

  22. class IndexMap[K <: Key, V >: Null <: AnyRef] extends AnyRef

    Permalink
  23. trait Matrix[T] extends Immutable[T]

    Permalink
  24. final class Monitor extends AnyRef

    Permalink
  25. abstract class Pool[T >: Null <: AnyRef] extends AnyRef

    Permalink
  26. class QuadMatrix[T] extends Matrix[T]

    Permalink

    Quad-based matrix for spatial querying of sparse data.

  27. class Ref[M >: Null <: AnyRef] extends AnyRef

    Permalink
  28. class SetSeq[T >: Null <: AnyRef] extends Seq[T]

    Permalink

    A collection that is a set and a sequence.

  29. class Stack[T] extends AnyRef

    Permalink
  30. class TransferQueue[T] extends AnyRef

    Permalink
  31. class UnrolledBuffer[T] extends AnyRef

    Permalink
  32. class UnrolledRing[T] extends AnyRef

    Permalink

Value Members

  1. object BinaryHeap

    Permalink
  2. object Conc

    Permalink
  3. object ConcRope

    Permalink
  4. object ConcUtils

    Permalink
  5. object Conqueue

    Permalink
  6. object HashMatrix

    Permalink
  7. object IndexMap

    Permalink
  8. object Matrix

    Permalink
  9. object Pool

    Permalink
  10. object QuadMatrix

    Permalink
  11. object Uid

    Permalink
  12. object UnrolledBuffer

    Permalink
  13. object UnrolledRing

    Permalink
  14. def afterTime[U](t: Duration)(body: ⇒ U): Unit

    Permalink
  15. package concurrent

    Permalink
  16. final def freshId[C](implicit arg0: ClassTag[C]): Long

    Permalink
  17. def invalid(msg: String): Nothing

    Permalink
  18. def unsupported(msg: String): Nothing

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped