toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.service
/
lazy
lazy
inline
fun
<
R
:
Any
>
ServiceContainer
.
lazy
(
)
:
LazyService
<
R
>
(
source
)
fun
<
R
:
Any
>
ServiceContainer
.
lazy
(
clazz
:
KClass
<
R
>
)
:
LazyService
<
R
>
(
source
)
fun
<
R
:
Any
>
ServiceContainer
.
lazy
(
name
:
String
,
requiredType
:
KClass
<
R
>
)
:
LazyService
<
R
>
(
source
)
inline
fun
<
R
:
Any
>
ServiceContainer
.
lazy
(
name
:
String
)
:
LazyService
<
R
>
(
source
)