scala

reactive

package reactive

Visibility
  1. Public
  2. All

Type Members

  1. abstract class 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 collections 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

Value Members

  1. object Arrayable extends LowPriorityArrayableImplicits

    Contains default Arrayable typeclasses.

  2. object Order

  3. package calc

  4. package core

Ungrouped