commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
toEnumSet
to
Enum
Set
inline
fun
<
E
:
Enum
<
E
>
>
Array
<
E
>
.
toEnumSet
(
)
:
EnumSet
<
E
>
inline
fun
<
E
:
Enum
<
E
>
>
Collection
<
E
>
.
toEnumSet
(
)
:
EnumSet
<
E
>
inline
fun
<
E
:
Enum
<
E
>
>
Iterable
<
E
>
.
toEnumSet
(
)
:
EnumSet
<
E
>
inline
fun
<
E
:
Enum
<
E
>
>
Sequence
<
E
>
.
toEnumSet
(
)
:
EnumSet
<
E
>