scala

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

Type Members

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

  2. type AbstractMethodError = java.lang.AbstractMethodError

  3. type AnyRef = AnyRef

  4. type ArrayIndexOutOfBoundsException = java.lang.ArrayIndexOutOfBoundsException

  5. type BigDecimal = scala.math.BigDecimal

  6. type BigInt = scala.math.BigInt

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

  8. type ClassCastException = java.lang.ClassCastException

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

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

    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( ... )
  11. type Equiv[T] = scala.math.Equiv[T]

  12. type Error = java.lang.Error

  13. type Exception = java.lang.Exception

  14. type Fractional[T] = scala.math.Fractional[T]

  15. trait FunctionXXL extends AnyRef

    A function with all parameters grouped in an array.

  16. type IllegalArgumentException = java.lang.IllegalArgumentException

  17. type IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException

  18. type IndexedSeq[+A] = scala.collection.IndexedSeq[A]

  19. type Integral[T] = scala.math.Integral[T]

  20. type InterruptedException = java.lang.InterruptedException

  21. type Iterable[+A] = scala.collection.Iterable[A]

  22. type Iterator[+A] = scala.collection.Iterator[A]

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

  24. type List[+A] = scala.collection.immutable.List[A]

  25. type NoSuchElementException = java.util.NoSuchElementException

  26. type NullPointerException = java.lang.NullPointerException

  27. type NumberFormatException = java.lang.NumberFormatException

  28. type Numeric[T] = scala.math.Numeric[T]

  29. type Ordered[T] = scala.math.Ordered[T]

  30. type Ordering[T] = scala.math.Ordering[T]

  31. type PartialOrdering[T] = scala.math.PartialOrdering[T]

  32. type PartiallyOrdered[T] = scala.math.PartiallyOrdered[T]

  33. trait Product0 extends Product

  34. type Range = scala.collection.immutable.Range

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

  36. type RuntimeException = java.lang.RuntimeException

  37. trait Selectable extends Any

  38. type Seq[+A] = scala.collection.Seq[A]

  39. type Stream[+A] = scala.collection.immutable.Stream[A]

  40. type StringBuilder = scala.collection.mutable.StringBuilder

  41. type StringIndexOutOfBoundsException = java.lang.StringIndexOutOfBoundsException

  42. type Throwable = java.lang.Throwable

  43. type Traversable[+A] = scala.collection.Traversable[A]

  44. type TraversableOnce[+A] = scala.collection.TraversableOnce[A]

  45. type UnsupportedOperationException = java.lang.UnsupportedOperationException

  46. type Vector[+A] = scala.collection.immutable.Vector[A]

Value Members

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

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

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

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

  5. val AnyRef: Specializable

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

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

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

  9. object Eq extends Eq[Any, Any]

    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

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

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

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

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

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

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

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

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

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

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

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

  22. object Product0

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

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

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

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

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

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

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

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

  30. package annotation

  31. package compat

  32. package reflect

  33. package runtime

Inherited from AnyRef

Inherited from Any

Ungrouped