- Type Parameters:
T
- the type of the model's identifier (e.g., Long
, String
, etc.)
S
- the type of the parent model's identifier (e.g., Long
,
String
, etc.)
- All Superinterfaces:
- java.util.function.Function<javax.servlet.http.HttpServletRequest,java.util.function.Function<Body,java.util.function.Function<S,Try<BatchResult<T>>>>>, RequestFunction<java.util.function.Function<Body,java.util.function.Function<S,Try<BatchResult<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 NestedBatchCreateItemFunction<T,S>
extends RequestFunction<java.util.function.Function<Body,java.util.function.Function<S,Try<BatchResult<T>>>>>
Defines a type alias for a function that can be used to create a nested
collection item.