scala

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractFunction0[+R] extends () ⇒ R

  2. abstract class AbstractFunction1[-T1, +R] extends (T1) ⇒ R

  3. abstract class AbstractFunction10[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ R

  4. abstract class AbstractFunction11[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) ⇒ R

  5. abstract class AbstractFunction12[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) ⇒ R

  6. abstract class AbstractFunction13[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) ⇒ R

  7. abstract class AbstractFunction14[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) ⇒ R

  8. abstract class AbstractFunction15[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) ⇒ R

  9. abstract class AbstractFunction16[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) ⇒ R

  10. abstract class AbstractFunction17[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) ⇒ R

  11. abstract class AbstractFunction18[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) ⇒ R

  12. abstract class AbstractFunction19[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) ⇒ R

  13. abstract class AbstractFunction2[-T1, -T2, +R] extends (T1, T2) ⇒ R

  14. abstract class AbstractFunction20[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) ⇒ R

  15. abstract class AbstractFunction21[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) ⇒ R

  16. abstract class AbstractFunction22[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, -T10, -T11, -T12, -T13, -T14, -T15, -T16, -T17, -T18, -T19, -T20, -T21, -T22, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) ⇒ R

  17. abstract class AbstractFunction3[-T1, -T2, -T3, +R] extends (T1, T2, T3) ⇒ R

  18. abstract class AbstractFunction4[-T1, -T2, -T3, -T4, +R] extends (T1, T2, T3, T4) ⇒ R

  19. abstract class AbstractFunction5[-T1, -T2, -T3, -T4, -T5, +R] extends (T1, T2, T3, T4, T5) ⇒ R

  20. abstract class AbstractFunction6[-T1, -T2, -T3, -T4, -T5, -T6, +R] extends (T1, T2, T3, T4, T5, T6) ⇒ R

  21. abstract class AbstractFunction7[-T1, -T2, -T3, -T4, -T5, -T6, -T7, +R] extends (T1, T2, T3, T4, T5, T6, T7) ⇒ R

  22. abstract class AbstractFunction8[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R

  23. abstract class AbstractFunction9[-T1, -T2, -T3, -T4, -T5, -T6, -T7, -T8, -T9, +R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R

  24. trait Boxed extends AnyRef

  25. final class EmptyMethodCache extends MethodCache

  26. abstract class FractionalProxy[T] extends ScalaNumberProxy[T] with RangedProxy[T]

  27. abstract class IntegralProxy[T] extends ScalaWholeNumberProxy[T] with RangedProxy[T]

  28. final class MegaMethodCache extends MethodCache

  29. sealed abstract class MethodCache extends AnyRef

  30. class NonLocalReturnControl[T] extends Throwable with ControlThrowable

  31. trait OrderedProxy[T] extends Typed[T] with Ordered[T]

  32. final class PolyMethodCache extends MethodCache

  33. trait RangedProxy[T] extends Typed[T]

  34. final class RichBoolean extends OrderedProxy[Boolean]

  35. final class RichByte extends ScalaWholeNumberProxy[Byte]

  36. final class RichChar extends IntegralProxy[Char]

  37. final class RichDouble extends FractionalProxy[Double]

  38. final class RichException extends AnyRef

  39. final class RichFloat extends FractionalProxy[Float]

  40. final class RichInt extends ScalaNumberProxy[Int] with RangedProxy[Int]

  41. final class RichLong extends IntegralProxy[Long]

  42. final class RichShort extends ScalaWholeNumberProxy[Short]

  43. abstract class ScalaNumberProxy[T] extends ScalaNumber with ScalaNumericConversions with Typed[T] with OrderedProxy[T]

    Base classes for the Rich* wrappers of the primitive types.

  44. abstract class ScalaWholeNumberProxy[T] extends ScalaNumberProxy[T]

Deprecated Value Members

  1. val Boolean: Boolean.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Boolean instead.

  2. val Byte: Byte.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Byte instead.

  3. val Char: Char.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Char instead.

  4. val Double: Double.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Double instead.

  5. val Float: Float.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Float instead.

  6. val Int: Int.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Int instead.

  7. val Long: Long.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Long instead.

  8. val Short: Short.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Short instead.

  9. val Unit: Unit.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use scala.Unit instead.