basis

runtime

package runtime

Run-time type information.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. runtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ClassTypeHint[T] extends Equals with TypeHint[T]

    Run-time type information about a class.

  2. trait Reified extends Any

    A unary parametric type with a hint about its type parameter.

  3. trait Reified2 extends Any

    A binary parametric type with hints about its type parameters.

  4. trait Reified3 extends Any

    A ternary parametric type with hints about its type parameters.

  5. trait Reified4 extends Any

    A quaternary parametric type with hints about its type parameters.

  6. trait TypeHint[T] extends AnyRef

    A typeclass for optional run-time type information.

Value Members

  1. object ClassTypeHint

    A factory for class hints.

  2. object Reified

    An extractor for unary reified types.

  3. object Reified2

    An extractor for binary reified types.

  4. object Reified3

    An extractor for ternary reified types.

  5. object Reified4

    An extractor for quaternary reified types.

  6. object TypeHint

    A factory for builtin type hints.

Inherited from AnyRef

Inherited from Any

Ungrouped