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