BotCommands
Toggle table of contents
3.0.0-beta.6
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.components.utils
Package-level
declarations
Types
Types
Mutable
Accumulator
Link copied to clipboard
class
MutableAccumulator
<
T
>
(
val
collection
:
MutableCollection
<
T
>
)
Observable
Accumulator
Link copied to clipboard
class
ObservableAccumulator
<
T
>
(
initialValues
:
Collection
<
T
>
,
onUpdate
:
(
newItems
:
List
<
T
>
)
->
Unit
)