Uses of Interface
com.aoapps.servlet.jsp.function.JspFunctionE
Packages that use JspFunctionE
-
Uses of JspFunctionE in com.aoapps.servlet.jsp.function
Subinterfaces of JspFunctionE in com.aoapps.servlet.jsp.functionModifier and TypeInterfaceDescriptioninterface
JspFunction<T,
R> A function that is allowed to throwJspException
andIOException
.Methods in com.aoapps.servlet.jsp.function that return JspFunctionEModifier and TypeMethodDescriptiondefault <V> JspFunctionE
<T, V, Ex> JspFunctionE.andThen
(JspFunctionE<? super R, ? extends V, ? extends Ex> after) default <V> JspFunctionE
<V, R, Ex> JspFunctionE.compose
(JspFunctionE<? super V, ? extends T, ? extends Ex> before) static <T> JspFunctionE
<T, T, RuntimeException> JspFunctionE.identity()
Methods in com.aoapps.servlet.jsp.function with parameters of type JspFunctionEModifier and TypeMethodDescriptiondefault <V> JspFunctionE
<T, V, Ex> JspFunctionE.andThen
(JspFunctionE<? super R, ? extends V, ? extends Ex> after) default <V> JspFunctionE
<V, R, Ex> JspFunctionE.compose
(JspFunctionE<? super V, ? extends T, ? extends Ex> before)