scala

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class DynamicVariable[T] extends AnyRef

    DynamicVariables provide a binding mechanism where the current value is found through dynamic scope, but where access to the variable itself is resolved through static scope.

  2. final class Failure[+T] extends Try[T]

  3. class Random extends AnyRef

  4. final class Success[+T] extends Try[T]

  5. sealed abstract class Try[+T] extends AnyRef

    The Try type represents a computation that may either result in an exception, or return a success value.

  6. class MurmurHash[T] extends (T) ⇒ Unit

    A class designed to generate well-distributed non-cryptographic hashes.

Value Members

  1. object Failure extends AnyRef

  2. object Properties extends PropertiesTrait

    Loads library.properties from the jar.

  3. object Random extends Random

    The object Random offers a default implementation of scala.

  4. object Sorting extends AnyRef

    The Sorting object provides functions that can sort various kinds of objects.

  5. object Success extends AnyRef

  6. object Try extends AnyRef

  7. package automata

  8. package continuations

    Delimited continuations are a feature for modifying the usual control flow of a program.

  9. package control

  10. package grammar

  11. package hashing

  12. package logging

  13. package matching

  14. package parsing

  15. package regexp

Deprecated Value Members

  1. object Marshal extends AnyRef

    Marshalling of Scala objects using Scala tags.

  2. object MurmurHash extends AnyRef

    An object designed to generate well-distributed non-cryptographic hashes.