Companion

object Companion

Functions

consumerOf
Link copied to clipboard
fun consumerOf(inType: TypeName): WildcardTypeName
Returns a type that represents an unknown type that consumes inType.
fun consumerOf(inType: Type): WildcardTypeName
fun consumerOf(inType: KClass<*>): WildcardTypeName
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
producerOf
Link copied to clipboard
fun producerOf(outType: TypeName): WildcardTypeName
Returns a type that represents an unknown type that produces outType.
fun producerOf(outType: Type): WildcardTypeName
fun producerOf(outType: KClass<*>): WildcardTypeName
toString
Link copied to clipboard
open fun toString(): String