-
- All Implemented Interfaces:
public final class ValueClassSupportKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> ObjectboxedValue(T $self)Get boxed value of any value class final static <T extends Any> KClass<?>boxedClass(T $self)Get class of boxed value of any value class final static KClass<?>boxedClass(KClass<?> $self)Get the KClass of boxed value if this is a value class. -
-
Method Detail
-
boxedValue
final static <T extends Any> Object boxedValue(T $self)
Get boxed value of any value class
-
boxedClass
final static <T extends Any> KClass<?> boxedClass(T $self)
Get class of boxed value of any value class
-
boxedClass
final static KClass<?> boxedClass(KClass<?> $self)
Get the KClass of boxed value if this is a value class.
-
-
-
-