Class TypeNamesKt

  • All Implemented Interfaces:

    
    public final class TypeNamesKt
    
                        
    • 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 ClassName rawType(TypeName $self)
      final static TypeName mapTypeArguments(TypeName $self, Function1<TypeName, TypeName> mapper)
      final static TypeName unwrapTypeAlias(TypeName $self)
      final static TypeName withoutVariance(TypeName $self)
      final static ParameterizedTypeName withoutVariance(ParameterizedTypeName $self)
      final static TypeVariableName withoutVariance(TypeVariableName $self)
      final static TypeName withoutVariance(WildcardTypeName $self)
      final static TypeName unwrapTypeVariables(TypeName $self)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • rawType

         final static ClassName rawType(TypeName $self)
      • mapTypeArguments

         final static TypeName mapTypeArguments(TypeName $self, Function1<TypeName, TypeName> mapper)
      • withoutVariance

         final static ParameterizedTypeName withoutVariance(ParameterizedTypeName $self)
      • withoutVariance

         final static TypeVariableName withoutVariance(TypeVariableName $self)
      • withoutVariance

         final static TypeName withoutVariance(WildcardTypeName $self)