Package 

Class ValueClassSupportKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> Object boxedValue(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.
      • Methods inherited from class java.lang.Object

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

    • 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.