scala

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

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

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

    Attributes
    abstract
  3. 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

    Attributes
    abstract
  4. 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

    Attributes
    abstract
  5. 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

    Attributes
    abstract
  6. 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

    Attributes
    abstract
  7. 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

    Attributes
    abstract
  8. 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

    Attributes
    abstract
  9. 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

    Attributes
    abstract
  10. 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

    Attributes
    abstract
  11. 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

    Attributes
    abstract
  12. 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

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

    Attributes
    abstract
  14. 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

    Attributes
    abstract
  15. 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

    Attributes
    abstract
  16. 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

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

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

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

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

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

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

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

    Attributes
    abstract
  24. trait Boxed extends AnyRef

  25. class EmptyMethodCache extends MethodCache

    Attributes
    final
  26. class FractionalProxy [T] extends ScalaNumberProxy[T] with RangedProxy[T]

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

    Attributes
    abstract
  28. class MegaMethodCache extends MethodCache

    Attributes
    final
  29. class MethodCache extends AnyRef

    Attributes
    sealed abstract
  30. class NonLocalReturnControl [T] extends Throwable with ControlThrowable

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

  32. class PolyMethodCache extends MethodCache

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

  34. class RichBoolean extends OrderedProxy[Boolean]

    Attributes
    final
  35. class RichByte extends ScalaWholeNumberProxy[Byte]

    Attributes
    final
  36. class RichChar extends IntegralProxy[Char]

    Attributes
    final
  37. class RichDouble extends FractionalProxy[Double]

    Attributes
    final
  38. class RichException extends AnyRef

    Attributes
    final
  39. class RichFloat extends FractionalProxy[Float]

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

    Attributes
    final
  41. class RichLong extends IntegralProxy[Long]

    Attributes
    final
  42. class RichShort extends ScalaWholeNumberProxy[Short]

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

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

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

    Attributes
    abstract

Value Members

  1. val Boolean : Boolean.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Boolean instead.

  2. val Byte : Byte.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Byte instead.

  3. val Char : Char.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Char instead.

  4. val Double : Double.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Double instead.

  5. val Float : Float.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Float instead.

  6. val Int : Int.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Int instead.

  7. val Long : Long.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Long instead.

  8. val Short : Short.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Short instead.

  9. val Unit : Unit.type

    Definition Classes
    package
    Annotations
    @deprecated
    Deprecated

    Use scala.Unit instead.