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