Uses of Interface
com.aoapps.servlet.jsp.function.JspBiConsumerE
Packages that use JspBiConsumerE
-
Uses of JspBiConsumerE in com.aoapps.servlet.jsp.function
Subinterfaces of JspBiConsumerE in com.aoapps.servlet.jsp.functionModifier and TypeInterfaceDescriptioninterface
JspBiConsumer<T,
U> A biconsumer that is allowed to throwJspException
andIOException
.Methods in com.aoapps.servlet.jsp.function that return JspBiConsumerEModifier and TypeMethodDescriptiondefault JspBiConsumerE
<T, U, Ex> JspBiConsumerE.andThen
(JspBiConsumerE<? super T, ? super U, ? extends Ex> after) Methods in com.aoapps.servlet.jsp.function with parameters of type JspBiConsumerEModifier and TypeMethodDescriptiondefault JspBiConsumerE
<T, U, Ex> JspBiConsumerE.andThen
(JspBiConsumerE<? super T, ? super U, ? extends Ex> after)