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.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
)