ValueClassSupport

expect object ValueClassSupport
actual object ValueClassSupport

Properties

Link copied to clipboard
expect val KClass<*>.boxedClass: KClass<*>

Underlying property class of a value class, or self.

actual val KClass<*>.boxedClass: KClass<*>

Underlying property class of a value class or self.

Link copied to clipboard
expect val <T : Any> T.boxedValue: Any?

Underlying property value of a value class or self.

actual val <T : Any> T.boxedValue: Any?

Underlying property value of a value class or self.