BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.core.service
/
ServiceSupplier
/
ServiceSupplier
Service
Supplier
constructor
(
primaryType
:
KClass
<
T
>
,
name
:
String
=
defaultName(primaryType)
,
additionalTypes
:
Set
<
KClass
<
in
T
>
>
=
emptySet()
,
isPrimary
:
Boolean
=
false
,
isLazy
:
Boolean
=
false
,
priority
:
Int
=
0
,
annotations
:
List
<
Annotation
>
=
emptyList()
,
supplier
:
(
BContext
)
->
T
)
(
source
)