Skip to content

Commit b50f4ad

Browse files
committed
add also mention in documentation for assertValidValue
1 parent e620c08 commit b50f4ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Static methods:
8181
- `values()` Returns instances of the Enum class of all Enum constants (constant name in key, Enum instance in value)
8282
- `isValid()` Check if tested value is valid on enum set
8383
- `isValidKey()` Check if tested key is valid on enum set
84+
- `assertValidValue()` Assert the value is valid on enum set, throwing exception otherwise
8485
- `search()` Return key for searched value
8586

8687
### Static methods

0 commit comments

Comments
 (0)