toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.entity
/
toMutableList
to
Mutable
List
fun
<
E
:
Any
>
EntitySequence
<
E
,
*
>
.
toMutableList
(
)
:
MutableList
<
E
>
(
source
)
Return a
MutableList
containing all the elements of this sequence.
The operation is terminal.