Interface Rule.Extended<T>
-
- All Superinterfaces:
BiPredicate<T,Object>
public static interface Rule.Extended<T> extends BiPredicate<T,Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
-
-
-
Method Detail
-
getMessage
String getMessage()
- Returns:
- the message containing information about the validation. Default to 'Nothing to report'.
-
-