Satisfied Interfaces: Type<Nothing>

The singleton closed type for Nothing.

Attributes
string
shared actual String string

A developer-friendly string representing the instance. Concatenates the name of the concrete class of the instance with the hash of the instance. Subclasses are encouraged to refine this implementation to produce a more meaningful representation.

Refined declaration: string
Inherited Attributes
Attributes inherited from: Object
Methods
exactly
shared actual Boolean exactly(Type<Anything> type)

True if the given type is a exactly this type.

Refined declaration: exactly
subtypeOf
shared actual Boolean subtypeOf(Type<Anything> type)

True if the given type is a subtype of this type.

Refined declaration: subtypeOf
supertypeOf
shared actual Boolean supertypeOf(Type<Anything> type)

True if the given type is a supertype of this type.

Refined declaration: supertypeOf
typeOf
shared actual Boolean typeOf(Anything instance)

True if the given instance is of this type, or is of a subtype of this type.

Refined declaration: typeOf
Inherited Methods
Methods inherited from: Object
Methods inherited from: Type<Type>