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 Function23[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, +R] extends AnyRef

    A function of 23 parameters.

    A function of 23 parameters. Used as a temporary fix until arity limit is dropped.

  16. trait Function24[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, +R] extends AnyRef

    A function of 24 parameters.

    A function of 24 parameters. Used as a temporary fix until arity limit is dropped.

  17. trait Function25[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, +R] extends AnyRef

    A function of 25 parameters.

    A function of 25 parameters. Used as a temporary fix until arity limit is dropped.

  18. trait Function26[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, -T26, +R] extends AnyRef

    A function of 26 parameters.

    A function of 26 parameters. Used as a temporary fix until arity limit is dropped.

  19. trait Function27[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, -T26, -T27, +R] extends AnyRef

    A function of 27 parameters.

    A function of 27 parameters. Used as a temporary fix until arity limit is dropped.

  20. trait Function28[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, -T26, -T27, -T28, +R] extends AnyRef

    A function of 28 parameters.

    A function of 28 parameters. Used as a temporary fix until arity limit is dropped.

  21. trait Function29[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, -T26, -T27, -T28, -T29, +R] extends AnyRef

    A function of 29 parameters.

    A function of 29 parameters. Used as a temporary fix until arity limit is dropped.

  22. trait Function30[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, -T23, -T24, -T25, -T26, -T27, -T28, -T29, -T30, +R] extends AnyRef

    A function of 30 parameters.

    A function of 30 parameters. Used as a temporary fix until arity limit is dropped.

  23. type IllegalArgumentException = java.lang.IllegalArgumentException

  24. type IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException

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

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

  27. type InterruptedException = java.lang.InterruptedException

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

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

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

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

  32. type NoSuchElementException = java.util.NoSuchElementException

  33. type NullPointerException = java.lang.NullPointerException

  34. type NumberFormatException = java.lang.NumberFormatException

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

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

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

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

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

  40. trait Product0 extends Product

  41. type Range = scala.collection.immutable.Range

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

  43. type RuntimeException = java.lang.RuntimeException

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

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

  46. type StringBuilder = scala.collection.mutable.StringBuilder

  47. type StringIndexOutOfBoundsException = java.lang.StringIndexOutOfBoundsException

  48. type Throwable = java.lang.Throwable

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

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

  51. type UnsupportedOperationException = java.lang.UnsupportedOperationException

  52. 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 runtime

Inherited from AnyRef

Inherited from Any

Ungrouped