test method of the Predicate interface
Evaluates the predicate on the given argument.
This method is to be implemented on the client side.
Boolean test( String value );
Parameters
- value
- The input argument.
Return values
The method returns true if the input argument passes validation and false otherwise.
3/2/2022 12:59:15 PM