Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.entity
/
toHashSet
to
Hash
Set
fun
<
E
:
Any
>
EntitySequence
<
E
,
*
>
.
toHashSet
(
)
:
HashSet
<
E
>
(
source
)
Return a
HashSet
containing all the elements of this sequence.
The operation is terminal.