Type

abstract class Type[T <: AnyKind]

Type (or type constructor) T needed contextually when using T in a quoted expression '{... T ...}

Companion:
object
Source:
Type.scala
class Object
trait Matchable
class Any

Type members

Types

type Underlying = T

The type represented by Type

The type represented by Type

Source:
Type.scala