Packages

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

Type Members

  1. trait GlobalCounter extends AnyRef
  2. type Id[A] = A
  3. class JsPriorityQueue[A] extends AnyRef
  4. class Ref[+A <: AnyRef] extends Equals

    Wraps a value with desired equals semantics to give Signal of Ref[A] desirable performance or semantic characteristics (see Ref companion object methods for details).

    Wraps a value with desired equals semantics to give Signal of Ref[A] desirable performance or semantic characteristics (see Ref companion object methods for details).

    Note: This is not a generic replacement of the Equals trait. This is only for use in Signals and State.

    More documentation is coming once I convince myself that this is the right design.

Value Members

  1. val always: (Any) => Boolean
  2. def hasDuplicateTupleKeys[K[_]](tuples: Seq[Tuple2[K[_], _]]): Boolean
  3. object Ref

Inherited from AnyRef

Inherited from Any

Ungrouped