- All Superinterfaces:
JspPredicateE<T,
RuntimeException>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A predicate that is allowed to throw
JspException
and IOException
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> JspPredicate
<T> static <T> JspPredicate
<T> not
(JspPredicate<? super T> target) boolean
Methods inherited from interface com.aoapps.servlet.jsp.function.JspPredicateE
and, negate, or
-
Method Details
-
test
- Specified by:
test
in interfaceJspPredicateE<T,
RuntimeException> - Throws:
JspException
IOException
-
isEqual
-
not
- Throws:
JspException
IOException
-