Package

scala

Permalink

package scala

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

Type Members

  1. type ::[A] = scala.collection.immutable.::[A]

    Permalink
  2. type AbstractMethodError = java.lang.AbstractMethodError

    Permalink
  3. type AnyRef = AnyRef

    Permalink
  4. type ArrayIndexOutOfBoundsException = java.lang.ArrayIndexOutOfBoundsException

    Permalink
  5. type BigDecimal = scala.math.BigDecimal

    Permalink
  6. type BigInt = scala.math.BigInt

    Permalink
  7. type BufferedIterator[+A] = scala.collection.BufferedIterator[A]

    Permalink
  8. type ClassCastException = java.lang.ClassCastException

    Permalink
  9. type Either[+A, +B] = scala.util.Either[A, B]

    Permalink
  10. trait Enum extends AnyRef

    Permalink

    A base trait of all enum classes

  11. sealed trait Eq[-L, -R] extends AnyRef

    Permalink

    A marker trait indicating that values of type L can be compared to values of type R.

    A marker trait indicating that values of type L can be compared to values of type R.

    Annotations
    @implicitNotFound( ... )
  12. type Equiv[T] = scala.math.Equiv[T]

    Permalink
  13. type Error = java.lang.Error

    Permalink
  14. type Exception = java.lang.Exception

    Permalink
  15. type Fractional[T] = scala.math.Fractional[T]

    Permalink
  16. trait FunctionXXL extends AnyRef

    Permalink

    A function with all parameters grouped in an array.

  17. type IllegalArgumentException = java.lang.IllegalArgumentException

    Permalink
  18. type IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException

    Permalink
  19. type IndexedSeq[+A] = scala.collection.IndexedSeq[A]

    Permalink
  20. type Integral[T] = scala.math.Integral[T]

    Permalink
  21. type InterruptedException = java.lang.InterruptedException

    Permalink
  22. type Iterable[+A] = scala.collection.Iterable[A]

    Permalink
  23. type Iterator[+A] = scala.collection.Iterator[A]

    Permalink
  24. type Left[+A, +B] = scala.util.Left[A, B]

    Permalink
  25. type List[+A] = scala.collection.immutable.List[A]

    Permalink
  26. type NoSuchElementException = java.util.NoSuchElementException

    Permalink
  27. type NullPointerException = java.lang.NullPointerException

    Permalink
  28. type NumberFormatException = java.lang.NumberFormatException

    Permalink
  29. type Numeric[T] = scala.math.Numeric[T]

    Permalink
  30. type Ordered[T] = scala.math.Ordered[T]

    Permalink
  31. type Ordering[T] = scala.math.Ordering[T]

    Permalink
  32. type PartialOrdering[T] = scala.math.PartialOrdering[T]

    Permalink
  33. type PartiallyOrdered[T] = scala.math.PartiallyOrdered[T]

    Permalink
  34. trait Product0 extends Product

    Permalink
  35. type Range = scala.collection.immutable.Range

    Permalink
  36. type Right[+A, +B] = scala.util.Right[A, B]

    Permalink
  37. type RuntimeException = java.lang.RuntimeException

    Permalink
  38. trait Selectable extends Any

    Permalink
  39. type Seq[+A] = scala.collection.Seq[A]

    Permalink
  40. type Stream[+A] = scala.collection.immutable.Stream[A]

    Permalink
  41. type StringBuilder = scala.collection.mutable.StringBuilder

    Permalink
  42. type StringIndexOutOfBoundsException = java.lang.StringIndexOutOfBoundsException

    Permalink
  43. type Throwable = java.lang.Throwable

    Permalink
  44. type Traversable[+A] = scala.collection.Traversable[A]

    Permalink
  45. type TraversableOnce[+A] = scala.collection.TraversableOnce[A]

    Permalink
  46. type UnsupportedOperationException = java.lang.UnsupportedOperationException

    Permalink
  47. type Vector[+A] = scala.collection.immutable.Vector[A]

    Permalink

Value Members

  1. val #::: scala.collection.immutable.Stream.#::.type

    Permalink
  2. val +:: scala.collection.+:.type

    Permalink
  3. val :+: scala.collection.:+.type

    Permalink
  4. val ::: scala.collection.immutable.::.type

    Permalink
  5. val AnyRef: Specializable

    Permalink
  6. val BigDecimal: scala.math.BigDecimal.type

    Permalink
  7. val BigInt: scala.math.BigInt.type

    Permalink
  8. val Either: scala.util.Either.type

    Permalink
  9. object Eq extends Eq[Any, Any]

    Permalink

    Besides being a companion object, this object can also be used as a value that's compatible with any instance of Eq.

  10. val Equiv: scala.math.Equiv.type

    Permalink
  11. val Fractional: scala.math.Fractional.type

    Permalink
  12. val IndexedSeq: scala.collection.IndexedSeq.type

    Permalink
  13. val Integral: scala.math.Integral.type

    Permalink
  14. val Iterable: scala.collection.Iterable.type

    Permalink
  15. val Iterator: scala.collection.Iterator.type

    Permalink
  16. val Left: scala.util.Left.type

    Permalink
  17. val List: scala.collection.immutable.List.type

    Permalink
  18. val Nil: scala.collection.immutable.Nil.type

    Permalink
  19. val Numeric: scala.math.Numeric.type

    Permalink
  20. val Ordered: scala.math.Ordered.type

    Permalink
  21. val Ordering: scala.math.Ordering.type

    Permalink
  22. object Product0

    Permalink

    A class for Product0 which was missing from the scala distribution.

  23. val Range: scala.collection.immutable.Range.type

    Permalink
  24. val Right: scala.util.Right.type

    Permalink
  25. val Seq: scala.collection.Seq.type

    Permalink
  26. val Stream: scala.collection.immutable.Stream.type

    Permalink
  27. val StringBuilder: scala.collection.mutable.StringBuilder.type

    Permalink
  28. val Traversable: scala.collection.Traversable.type

    Permalink
  29. val Vector: scala.collection.immutable.Vector.type

    Permalink
  30. package annotation

    Permalink
  31. package compat

    Permalink
  32. package reflect

    Permalink
  33. package runtime

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped