commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-reflection
/
xyz.xenondevs.commons.reflection
/
WildcardTypeImpl
Wildcard
Type
Impl
class
WildcardTypeImpl
(
upperBounds
:
Array
<
out
Type
>
,
lowerBounds
:
Array
<
out
Type
>
)
:
WildcardType
Members
Members & Extensions
Constructors
Wildcard
Type
Impl
Link copied to clipboard
constructor
(
upperBounds
:
Array
<
out
Type
>
,
lowerBounds
:
Array
<
out
Type
>
)
Properties
raw
Type
Link copied to clipboard
val
Type
.
rawType
:
Class
<
*
>
Functions
get
Lower
Bounds
Link copied to clipboard
open
override
fun
getLowerBounds
(
)
:
Array
<
out
Type
>
get
Type
Name
Link copied to clipboard
open
fun
getTypeName
(
)
:
String
get
Upper
Bounds
Link copied to clipboard
open
override
fun
getUpperBounds
(
)
:
Array
<
out
Type
>