io

reactors

package reactors

Visibility
  1. Public
  2. All

Type Members

  1. trait Arrayable[T] extends AnyRef

    A typeclass that describes how to instantiate an array for the given type T.

    A typeclass that describes how to instantiate an array for the given type T.

    This is a class tag on steroids. It is used in reactive containers that have to do a lot of array allocations.

    T

    type for which we want to instantiate an array

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

  3. trait LowPriorityArrayableImplicits extends AnyRef

    Contains Arrayable typeclasses which have a low priority and are selected only if there is no Arrayable for a more specific type.

  4. trait Order[T] extends AnyRef

    Specialized typeclass for describing ordering between elements.

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

Value Members

  1. object Arrayable extends LowPriorityArrayableImplicits

    Contains default Arrayable typeclasses.

  2. object Order

    Default ordering objects.

  3. object Pool

  4. package algebra

  5. package common

Ungrouped