toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.service
/
ServiceContainer
/
peekServiceOrNull
peek
Service
Or
Null
abstract
fun
<
T
:
Any
>
peekServiceOrNull
(
name
:
String
,
requiredType
:
KClass
<
T
>
)
:
T
?
(
source
)
open
fun
<
T
:
Any
>
peekServiceOrNull
(
name
:
String
,
requiredType
:
Class
<
T
>
)
:
T
?
(
source
)
abstract
fun
<
T
:
Any
>
peekServiceOrNull
(
clazz
:
KClass
<
T
>
)
:
T
?
(
source
)
open
fun
<
T
:
Any
>
peekServiceOrNull
(
clazz
:
Class
<
T
>
)
:
T
?
(
source
)