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

Methods

byBinary(int value) Set<T>
Converts the binary representation of an enum into enum values.