moshi
1.14.0
moshi
/
com.squareup.moshi.internal
/
Util
/
removeSubtypeWildcard
remove
Subtype
Wildcard
open
fun
removeSubtypeWildcard
(
type
:
Type
)
:
Type
Content copied to clipboard
If type is a "? extends X" wildcard, returns X; otherwise returns type unchanged.