toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-util-annotation-tool
/
love.forte.annotationtool.core
/
Converters
Converters
interface
Converters
(
source
)
Convert instance type.
Author
ForteScarlet
Members
Functions
convert
Link copied to clipboard
abstract
fun
<
FROM
:
Any
,
TO
:
Any
>
convert
(
from
:
KClass
<
FROM
>
?
=
null
,
instance
:
FROM
,
to
:
KClass
<
TO
>
)
:
TO
Convert an instance type.