Package

basis

util

Permalink

package util

General purpose utilities.

Source
package.scala
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. All

Type Members

  1. final class ArrowOps[+A] extends AnyVal

    Permalink
  2. class Begin extends AnyRef

    Permalink

    A breakable control flow context.

  3. class Break extends Throwable

    Permalink

    A control-flow break exception.

  4. final class DoubleOps extends AnyVal

    Permalink
  5. final class FloatOps extends AnyVal

    Permalink
  6. final class IntOps extends AnyVal

    Permalink
  7. final class LongOps extends AnyVal

    Permalink

Value Members

  1. implicit macro def ArrowToOps[A](left: A): ArrowOps[A]

    Permalink
  2. implicit macro def DoubleToOps(x: Double): DoubleOps

    Permalink
  3. implicit macro def FloatToOps(x: Float): FloatOps

    Permalink
  4. implicit macro def IntToOps(a: Int): IntOps

    Permalink
  5. implicit macro def LongToOps(a: Long): LongOps

    Permalink
  6. object MurmurHash3

    Permalink

    Implements Austin Appleby's MurmurHash 3 algorithm, specifically MurmurHash3_x86_32 revision 136.

    Implements Austin Appleby's MurmurHash 3 algorithm, specifically MurmurHash3_x86_32 revision 136.

    Example:
    1. import MurmurHash3._
      mash(mix(mix(mix(seed[Example], hash(x)), hash(y)), hash(z)))
    Version

    0.1

    Since

    0.0

    See also

    http://code.google.com/p/smhasher/

  7. val begin: Begin

    Permalink

    The default breakable control-flow context.

Inherited from AnyRef

Inherited from Any

Ungrouped