BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.core.utils
/
ReflectionUtils
/
toKotlin
to
Kotlin
@
JvmStatic
fun
<
T
:
Any
>
Class
<
T
>
.
toKotlin
(
)
:
KClass
<
T
>
(
source
)
@
JvmStatic
fun
Executable
.
toKotlin
(
)
:
KFunction
<
*
>
(
source
)
@
JvmStatic
fun
Method
.
toKotlin
(
)
:
KFunction
<
*
>
(
source
)
@
JvmStatic
fun
<
T
:
Any
>
Constructor
<
T
>
.
toKotlin
(
)
:
KFunction
<
T
>
(
source
)