- Type Parameters:
T
- the type of the function's result
- All Superinterfaces:
- java.util.function.Function<javax.servlet.http.HttpServletRequest,T>
- All Known Subinterfaces:
- BatchCreateItemFunction<T>, CreateItemFunction<T>, CustomItemFunction<T,S>, CustomPageFunction<U>, DeleteItemConsumer<T>, GetItemFunction<T,S>, GetPageFunction<T>, NestedBatchCreateItemFunction<T,S>, NestedCreateItemFunction<T,S>, NestedGetPageFunction<T,S>, UpdateItemFunction<T,S>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@ConsumerType
@FunctionalInterface
public interface RequestFunction<T>
extends java.util.function.Function<javax.servlet.http.HttpServletRequest,T>
Defines a type alias for a function that receives an HttpServletRequest
and returns another item.