Interface ValidationRule<T>

Type Parameters:
T - Type of entity to be validated against the rule
All Superinterfaces:
Function<T,ValidationError>

public interface ValidationRule<T> extends Function<T,ValidationError>
Represents a Validation rule which will generate ValidationError if the input entity fails to pass the check
Since:
3.2.0