BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.core.utils
/
unmodifiableView
unmodifiable
View
fun
<
T
>
Collection
<
T
>
.
unmodifiableView
(
)
:
Collection
<
T
>
(
source
)
fun
<
T
>
List
<
T
>
.
unmodifiableView
(
)
:
List
<
T
>
(
source
)
fun
<
T
>
Set
<
T
>
.
unmodifiableView
(
)
:
Set
<
T
>
(
source
)
fun
<
K
,
V
>
Map
<
K
,
V
>
.
unmodifiableView
(
)
:
Map
<
K
,
V
>
(
source
)