The singleton closed type for Nothing.
no subtypes hierarchy
Attributes | |
string | Source Codeshared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
exactly | Source Codeshared actual Boolean exactly(Type<Anything> type) True if the given type is a exactly this type. Refines Type.exactly |
subtypeOf | Source Codeshared actual Boolean subtypeOf(Type<Anything> type) True if this type is a subtype of the given type, or if both types are the same. Refines Type.subtypeOf |
supertypeOf | Source Codeshared actual Boolean supertypeOf(Type<Anything> type) True if this type is a supertype of the given type, or if both types are the same. Refines Type.supertypeOf |
typeOf | Source Codeshared actual Boolean typeOf(Anything instance) True if the given instance is of this type, or is of a subtype of this type. Refines Type.typeOf |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Type<Type> |