consumerOf

fun consumerOf(inType: TypeName): WildcardTypeName

Returns a type that represents an unknown type that consumes inType. For example, if inType is String, this returns in String.

fun consumerOf(inType: Type): WildcardTypeName
fun consumerOf(inType: KClass<*>): WildcardTypeName