Package 

Class ValueClassSupportKt

    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> Object boxedValue(T $self) Get boxed value of any value class
      final <T extends Any> KClass<?> boxedClass(T $self) Get class of boxed value of any value class
      final KClass<?> boxedClass(KClass<?> $self) Get the KClass of boxed value if this is a value class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • boxedClass

         final <T extends Any> KClass<?> boxedClass(T $self)

        Get class of boxed value of any value class

      • boxedClass

         final KClass<?> boxedClass(KClass<?> $self)

        Get the KClass of boxed value if this is a value class.