final classConstructorTag[T <: Any] extends AnyVal
Stores the JS constructor function of a JS class.
A ConstructorTag[T] holds the constructor function of a JS class, as
retrieved by js.constructorOf[T]. Similarly to
ClassTags, ConstructorTags can be implicitly
materialized when T is statically known to be a JS class, i.e., a valid
type argument to js.constructorOf.
This member is added by an implicit conversion from ConstructorTag[T] to
any2stringadd[ConstructorTag[T]] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ConstructorTag[T] to
Ensuring[ConstructorTag[T]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
defformatted(fmtstr: String): String
Implicit information
This member is added by an implicit conversion from ConstructorTag[T] to
StringFormat[ConstructorTag[T]] performed by method StringFormat in scala.Predef.
Stores the JS constructor function of a JS class.
A
ConstructorTag[T]
holds the constructor function of a JS class, as retrieved byjs.constructorOf[T]
. Similarly to ClassTags,ConstructorTag
s can be implicitly materialized whenT
is statically known to be a JS class, i.e., a valid type argument tojs.constructorOf
.