basis

util

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class ArrowOps[+A] extends AnyVal

  2. class Begin extends AnyRef

    A breakable control flow context.

  3. class Break extends Throwable

    A control-flow break exception.

  4. final class DoubleOps extends AnyVal

  5. final class FloatOps extends AnyVal

  6. final class IntOps extends AnyVal

  7. final class LongOps extends AnyVal

Value Members

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

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

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

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

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

  6. object MurmurHash3

    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

    The default breakable control-flow context.

Inherited from AnyRef

Inherited from Any

Ungrouped