Module com.aoapps.servlet.util
Package com.aoapps.servlet.jsp.function
package com.aoapps.servlet.jsp.function
-
ClassDescriptionJspBiConsumer<T,
U> A biconsumer that is allowed to throwJspException
andIOException
.JspBiConsumerE<T,U, Ex extends Throwable> A biconsumer that is allowed to throwJspException
,IOException
, and a checked exception.JspConsumer<T>A consumer that is allowed to throwJspException
andIOException
.JspConsumerE<T,Ex extends Throwable> A consumer that is allowed to throwJspException
,IOException
, and a checked exception.JspFunction<T,R> A function that is allowed to throwJspException
andIOException
.JspFunctionE<T,R, Ex extends Throwable> A function that is allowed to throwJspException
,IOException
, and a checked exception.JspPredicate<T>A predicate that is allowed to throwJspException
andIOException
.JspPredicateE<T,Ex extends Throwable> A predicate that is allowed to throwJspException
,IOException
, and a checked exception.A runnable that is allowed to throwJspException
andIOException
.JspRunnableE<Ex extends Throwable>A runnable that is allowed to throwJspException
,IOException
, and a checked exception.JspSupplier<T>A supplier that is allowed to throwJspException
andIOException
.JspSupplierE<T,Ex extends Throwable> A supplier that is allowed to throwJspException
,IOException
, and a checked exception.