Uses of Interface
com.aoapps.servlet.jsp.function.JspConsumerE
Packages that use JspConsumerE
-
Uses of JspConsumerE in com.aoapps.servlet.jsp.function
Subinterfaces of JspConsumerE in com.aoapps.servlet.jsp.functionModifier and TypeInterfaceDescriptioninterfaceJspConsumer<T>A consumer that is allowed to throwJspExceptionandIOException.Methods in com.aoapps.servlet.jsp.function that return JspConsumerEModifier and TypeMethodDescriptiondefault JspConsumerE<T, Ex> JspConsumerE.andThen(JspConsumerE<? super T, ? extends Ex> after) Methods in com.aoapps.servlet.jsp.function with parameters of type JspConsumerEModifier and TypeMethodDescriptiondefault JspConsumerE<T, Ex> JspConsumerE.andThen(JspConsumerE<? super T, ? extends Ex> after)
