EnumByCode<T extends EnumWithCode> extension

Extension methods for enums that have a code.

on

Properties

concat String
Returns a string with the codes of the given items separated by a comma.
no setter

Methods

byCode(String code) → T?
Finds the enum value in this list with code code.