Package space.maxus.flare.util
Interface Validator.Checker
- Enclosing interface:
- Validator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface that is used to check if a string is valid
-
Method Summary
-
Method Details
-
valid
Checks if a string is valid- Parameters:
input- String to check- Returns:
- True if the string is valid, false otherwise
-