Type [T]
extends ObjectQuoted type (or kind) T
Supertypes
ObjectConstructors
Type
( )Type
( )Members
type
$splice
= T
def
clone
( ) : Object
def
eq
( x$0: Object ) : Boolean
def
finalize
( ) : Unit
def
ne
( x$0: Object ) : Boolean
def
notify
( ) : Unit
def
notifyAll
( ) : Unit
def
show
( implicit qctx: QuoteContext ) : StringShow a source code like representation of this type without syntax highlight
Show a source code like representation of this type without syntax highlight
def
show
( syntaxHighlight: SyntaxHighlight ) ( implicit qctx: QuoteContext ) : StringShow a source code like representation of this type
Show a source code like representation of this type
def
synchronized
[X0] ( x$0: X0 ) : X0
def
toExpr
( x: T ) : implicit QuoteContext => Expr[T]Lift a value into an expression containing the construction of that value
Lift a value into an expression containing the construction of that value
def
unseal
( implicit qctx: QuoteContext ) : TypeTreeView this expression quoted.Type[T]
as a TypeTree
View this expression quoted.Type[T]
as a TypeTree
def
wait
( ) : Unit
def
wait
( x$0: Long ) : Unit
def