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. 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.

  3. trait Order[T] extends AnyRef

    Specialized typeclass for describing ordering between elements.

Value Members

  1. object Arrayable extends LowPriorityArrayableImplicits

    Contains default Arrayable typeclasses.

  2. object Order

    Default ordering objects.

  3. package algebra

  4. package common

Ungrouped