toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
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
)