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