- 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 IApplicable<T>and(IApplicable<? super T> other) booleanisApplicable(T context) default IApplicable<T>not()static <T> IApplicable<T>not(IApplicable<T> applicable) default IApplicable<T>or(IApplicable<? super T> other)
-
Method Details
-
isApplicable
-
not
-
not
-
and
-
or
-