Uses of Interface
com.aoapps.servlet.jsp.function.JspPredicateE
Packages that use JspPredicateE
-
Uses of JspPredicateE in com.aoapps.servlet.jsp.function
Subinterfaces of JspPredicateE in com.aoapps.servlet.jsp.functionModifier and TypeInterfaceDescriptioninterface
JspPredicate<T>
A predicate that is allowed to throwJspException
andIOException
.Methods in com.aoapps.servlet.jsp.function that return JspPredicateEModifier and TypeMethodDescriptiondefault JspPredicateE
<T, Ex> JspPredicateE.and
(JspPredicateE<? super T, ? extends Ex> other) static <T,
Ex extends Throwable>
JspPredicateE<T, Ex> default JspPredicateE
<T, Ex> JspPredicateE.negate()
static <T,
Ex extends Throwable>
JspPredicateE<T, Ex> JspPredicateE.not
(JspPredicateE<? super T, ? extends Ex> target) default JspPredicateE
<T, Ex> JspPredicateE.or
(JspPredicateE<? super T, ? extends Ex> other) Methods in com.aoapps.servlet.jsp.function with parameters of type JspPredicateEModifier and TypeMethodDescriptiondefault JspPredicateE
<T, Ex> JspPredicateE.and
(JspPredicateE<? super T, ? extends Ex> other) static <T,
Ex extends Throwable>
JspPredicateE<T, Ex> JspPredicateE.not
(JspPredicateE<? super T, ? extends Ex> target) default JspPredicateE
<T, Ex> JspPredicateE.or
(JspPredicateE<? super T, ? extends Ex> other)