docs
4.12
customSourceSet
docs
/
net.corda.core.internal
/
mapToSet
map
To
Set
inline
fun
<
T
,
R
>
Collection
<
T
>
.
mapToSet
(
transform
:
(
T
)
->
R
)
:
Set
<
R
>
Similar to Iterable.map except it maps to a
Set
which preserves the iteration order.