Package

japgolly.microlibs

utils

Permalink

package utils

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

Type Members

  1. final class BiMap[A, B] extends AnyRef

    Permalink

    Bidirectional maps between values of two key types.

    Bidirectional maps between values of two key types.

    Since

    31/05/2013

  2. trait EqualsByRef extends AnyRef

    Permalink

    Implements .equals using reference equality

  3. trait Platform extends AnyRef

    Permalink
  4. final class Ref[A <: AnyRef] extends AnyRef

    Permalink

    Wraps a value such that reference equality holds.

    Wraps a value such that reference equality holds.

    Allows values to be used as map-keys, in sets, etc with uniqueness being by reference.

Value Members

  1. object BiMap

    Permalink
  2. object ConciseIntSetFormat

    Permalink

    Format a set of ints into a concise textual description.

    Format a set of ints into a concise textual description.

    Example: "2, 5, 7-14, 20"

  3. object EqualsByRef

    Permalink
  4. object Memo

    Permalink
  5. val Platform: Platform

    Permalink
  6. object PlatformJVM extends Platform

    Permalink
  7. object Ref

    Permalink
  8. object Utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped