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 TypeInterfaceDescriptioninterfaceA consumer that is allowed to throwServletExceptionandIOException.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)
