EnumByBinary<T extends Enum> extension
An extension to convert the binary representation of an enum into enum values.
See EnumBinary.binary for getting the binary representation of a single enum value. See EnumCollectionBinary.binary for getting the binary representation of multiple enum values.
- on
-
- List<
T>
- List<
Methods
-
byBinary(
int value) → Set< T> -
Available on List<
Converts the binary representation of an enum into enum values.T> , provided by the EnumByBinary extension