Uses of Interface
com.aoapps.servlet.function.ServletPredicateE
Packages that use ServletPredicateE
-
Uses of ServletPredicateE in com.aoapps.servlet.function
Subinterfaces of ServletPredicateE in com.aoapps.servlet.functionModifier and TypeInterfaceDescriptioninterfaceA predicate that is allowed to throwServletExceptionandIOException.Methods in com.aoapps.servlet.function that return ServletPredicateEModifier and TypeMethodDescriptiondefault ServletPredicateE<T, Ex> ServletPredicateE.and(ServletPredicateE<? super T, ? extends Ex> other) static <T,Ex extends Throwable>
ServletPredicateE<T, Ex> default ServletPredicateE<T, Ex> ServletPredicateE.negate()static <T,Ex extends Throwable>
ServletPredicateE<T, Ex> ServletPredicateE.not(ServletPredicateE<? super T, ? extends Ex> target) default ServletPredicateE<T, Ex> ServletPredicateE.or(ServletPredicateE<? super T, ? extends Ex> other) Methods in com.aoapps.servlet.function with parameters of type ServletPredicateEModifier and TypeMethodDescriptiondefault ServletPredicateE<T, Ex> ServletPredicateE.and(ServletPredicateE<? super T, ? extends Ex> other) static <T,Ex extends Throwable>
ServletPredicateE<T, Ex> ServletPredicateE.not(ServletPredicateE<? super T, ? extends Ex> target) default ServletPredicateE<T, Ex> ServletPredicateE.or(ServletPredicateE<? super T, ? extends Ex> other)
