surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-core-api
/
dev.slne.surf.surfapi.core.api.util
/
objectSetOf
object
Set
Of
fun
<
T
>
objectSetOf
(
vararg
elements
:
T
)
:
ObjectSet
<
out
T
>
fun
<
T
>
objectSetOf
(
collection
:
Iterable
<
T
>
)
:
@
UnmodifiableView
ObjectSet
<
T
>
fun
<
T
>
objectSetOf
(
)
:
@
Unmodifiable
ObjectSet
<
T
>