- All Superinterfaces:
ServletPredicateE<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.
@FunctionalInterface
public interface ServletPredicate<T>
extends ServletPredicateE<T,RuntimeException>
A predicate that is allowed to throw
ServletException
and IOException
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ServletPredicate
<T> static <T> ServletPredicate
<T> not
(ServletPredicate<? super T> target) boolean
Methods inherited from interface com.aoapps.servlet.function.ServletPredicateE
and, negate, or
-
Method Details
-
test
- Specified by:
test
in interfaceServletPredicateE<T,
RuntimeException> - Throws:
ServletException
IOException
-
isEqual
-
not
static <T> ServletPredicate<T> not(ServletPredicate<? super T> target) throws ServletException, IOException - Throws:
ServletException
IOException
-