- Type Parameters:
T
- the model's type
- All Superinterfaces:
- java.util.function.Function<javax.servlet.http.HttpServletRequest,java.util.function.Function<Body,Try<SingleModel<T>>>>, RequestFunction<java.util.function.Function<Body,Try<SingleModel<T>>>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CreateItemFunction<T>
extends RequestFunction<java.util.function.Function<Body,Try<SingleModel<T>>>>
Defines a type alias for a function that can be used to create a collection
item.