Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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.