Package eu.dnetlib.validator2.engine
Interface TestResultPredicate<T>
- All Known Implementing Classes:
EmbargoedEndDateValuePredicate,ISO639ValuePredicate,MediaTypesValuePredicate,Predicates.SetOfCaseInsensitiveAllowedValues,RegexValuePredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TestResultPredicate<T>and(TestResultPredicate<? super T> other) default TestResultPredicate<T>negate()default TestResultPredicate<T>or(TestResultPredicate<? super T> other)
-
Method Details
-
test
-
or
-
and
-
negate
-