The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.
Reinterprets this value as a value of the /docs/reference/dynamic-type.html.
Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:
Returns a hash code value for the object. The general contract of hashCode is:
hashCode
Allows to iterate this dynamic object in the following cases:
dynamic
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".
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.
Thanks for your feedback!