We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e620c08 commit b50f4adCopy full SHA for b50f4ad
README.md
@@ -81,6 +81,7 @@ Static methods:
81
- `values()` Returns instances of the Enum class of all Enum constants (constant name in key, Enum instance in value)
82
- `isValid()` Check if tested value is valid on enum set
83
- `isValidKey()` Check if tested key is valid on enum set
84
+- `assertValidValue()` Assert the value is valid on enum set, throwing exception otherwise
85
- `search()` Return key for searched value
86
87
### Static methods
0 commit comments