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