toggle menu
MoulConfig
3.2.0
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.internal
/
TypeUtils
Type
Utils
open
class
TypeUtils
(
source
)
Members
Constructors
Type
Utils
Link copied to clipboard
constructor
(
)
Functions
are
Types
Equals
Link copied to clipboard
open
fun
areTypesEquals
(
a
:
Class
<
out
Any
>
,
b
:
Class
<
out
Any
>
)
:
Boolean
does
AExtend
B
Link copied to clipboard
open
fun
doesAExtendB
(
a
:
Class
<
out
Any
>
,
b
:
Class
<
out
Any
>
)
:
Boolean
normalize
Native
Link copied to clipboard
open
fun
normalizeNative
(
clazz
:
Class
<
out
Any
>
)
:
Class
<
out
Any
>
resolve
Raw
Type
Link copied to clipboard
open
fun
resolveRawType
(
t
:
Type
)
:
Class
<
out
Any
>