toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.service
/
lazyOrNull
lazy
Or
Null
inline
fun
<
R
:
Any
>
ServiceContainer
.
lazyOrNull
(
)
:
Lazy
<
R
?
>
(
source
)
fun
<
R
:
Any
>
ServiceContainer
.
lazyOrNull
(
clazz
:
KClass
<
R
>
)
:
Lazy
<
R
?
>
(
source
)
fun
<
R
:
Any
>
ServiceContainer
.
lazyOrNull
(
name
:
String
,
requiredType
:
KClass
<
R
>
)
:
Lazy
<
R
?
>
(
source
)
inline
fun
<
R
:
Any
>
ServiceContainer
.
lazyOrNull
(
name
:
String
)
:
Lazy
<
R
?
>
(
source
)
Deprecated
Replace your Lazy#value call with ServiceContainer#getServiceOrNull