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 TypeInterfaceDescriptioninterfaceServletBiConsumer<T,U> A biconsumer that is allowed to throwServletExceptionandIOException.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)
