sealed-class-enumizer
Toggle table of contents
2.4.10-0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
sealed-class-enumizer
sealed-class-enumizer-runtime-api
/
io.github.projectmapk.sealedClassEnumizer
/
EnumishCompanion
/
valueOf
value
Of
abstract
fun
valueOf
(
value
:
String
)
:
T
Returns the kind whose
Enumish.label
equals
value
.
Throws
Illegal
Argument
Exception
if no kind has that label.