AbstractType
interface
Represents an abstract class T
, if applied to a concrete class it would stop being
instantiable.
API
interface AbstractType<T> extends Function {}
Jump to details
Represents an abstract class T
, if applied to a concrete class it would stop being
instantiable.
interface AbstractType<T> extends Function {}