test method of the Predicate<T> interface
Evaluates the predicate on the given argument.
This method is to be implemented on the client side.
boolean test( T value );
Parameters
- value
- The input argument.
Return values
The method returns true if the input argument passes validation and false otherwise.
02.03.2022 12:59:15