BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.components.utils
/
MutableAccumulator
Mutable
Accumulator
class
MutableAccumulator
<
T
>
(
val
collection
:
MutableCollection
<
T
>
)
(
source
)
Members
Constructors
Mutable
Accumulator
Link copied to clipboard
constructor
(
collection
:
MutableCollection
<
T
>
)
Properties
collection
Link copied to clipboard
val
collection
:
MutableCollection
<
T
>
Functions
plus
Assign
Link copied to clipboard
operator
fun
plusAssign
(
item
:
T
)
operator
fun
plusAssign
(
collection
:
Collection
<
T
>
)
unary
Plus
Link copied to clipboard
operator
fun
T
.
unaryPlus
(
)
operator
fun
Collection
<
T
>
.
unaryPlus
(
)