You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these options work, but aren't particularly elegant in my opinion. Instead, it would be better if the Key interface included isValidKey-like methods corresponding to the Key#key overloads.
This would be primarily useful for validating user input.
The text was updated successfully, but these errors were encountered:
Basically what the title says.
From what I've seen, the only way to check if a string (or
namespace:value
combination) is a valid Key is by:Both of these options work, but aren't particularly elegant in my opinion. Instead, it would be better if the Key interface included
isValidKey
-like methods corresponding to theKey#key
overloads.This would be primarily useful for validating user input.
The text was updated successfully, but these errors were encountered: