Module com.aoapps.servlet.util
Package com.aoapps.servlet.function
package com.aoapps.servlet.function
-
ClassDescriptionServletBiConsumer<T,
U> A biconsumer that is allowed to throwServletException
andIOException
.ServletBiConsumerE<T,U, Ex extends Throwable> A biconsumer that is allowed to throwServletException
,IOException
, and a checked exception.A consumer that is allowed to throwServletException
andIOException
.ServletConsumerE<T,Ex extends Throwable> A consumer that is allowed to throwServletException
,IOException
, and a checked exception.ServletFunction<T,R> A function that is allowed to throwServletException
andIOException
.ServletFunctionE<T,R, Ex extends Throwable> A function that is allowed to throwServletException
,IOException
, and a checked exception.A predicate that is allowed to throwServletException
andIOException
.ServletPredicateE<T,Ex extends Throwable> A predicate that is allowed to throwServletException
,IOException
, and a checked exception.A runnable that is allowed to throwServletException
andIOException
.ServletRunnableE<Ex extends Throwable>A runnable that is allowed to throwServletException
,IOException
, and a checked exception.A supplier that is allowed to throwServletException
andIOException
.ServletSupplierE<T,Ex extends Throwable> A supplier that is allowed to throwServletException
,IOException
, and a checked exception.