Any (original) (raw)

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.0

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.1

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.0

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.3

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.8

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Since Kotlin

1.8

Constructors

Properties

Checks if given object is null or frozen or permanent (i.e. instantiated at compile-time).

Functions

Reinterprets this value as a value of the /docs/reference/dynamic-type.html.

Reinterprets this value as a value of the Dynamic type.

This function ensures that if we see such an object during freezing attempt - freeze fails and FreezingException is thrown.

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one.

Returns a hash code value for the object.

Returns a hash code value for the object.

Returns a hash code value for the object.

Returns a hash code value for the object.

Returns a hash code value for the object or zero if the object is null.

Compute stable wrt potential object relocations by the memory manager identity hash code.

Allows to iterate this dynamic object in the following cases:

Returns a string representation of the object.

Returns a string representation of the object.

Returns a string representation of the object.

Returns a string representation of the object.

Returns a string representation of the object.

Returns a string representation of the object.

Returns a string representation of the object. Can be called with a null receiver, in which case it returns the string "null".

Returns a string representation of the object. Can be called with a null receiver, in which case it returns the string "null".

Returns a string representation of the object. Can be called with a null receiver, in which case it returns the string "null".

Returns a string representation of the object. Can be called with a null receiver, in which case it returns the string "null".

Returns a string representation of the object. Can be called with a null receiver, in which case it returns the string "null".

Reinterprets this dynamic value as a value of the specified type T without any actual type checking.

Reinterprets this value as a value of the specified type T without any actual type checking.