EnumishCompanion
Hierarchy-wide operations over kinds — the enum-like static side (entries / valueOf), implemented by the companion object of each generated Enumish.
Declared covariantly in T so companions of different hierarchies can be handled together, e.g. as List<EnumishCompanion<Enumish>>, without projections.
Properties
Functions
Link copied to clipboard
Returns the kind whose Enumish.label equals value, or null (an addition over enums).