Uses of Interface
at.letto.tools.rest.FunctionInterfaces.SevenParameterFunction
Packages that use FunctionInterfaces.SevenParameterFunction
-
Uses of FunctionInterfaces.SevenParameterFunction in at.letto.tools.rest
Methods in at.letto.tools.rest with parameters of type FunctionInterfaces.SevenParameterFunctionModifier and TypeMethodDescriptionstatic <T,
S, D1, D2, D3, D4, D5, D6>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseTools.getErrResponse
(FunctionInterfaces.SevenParameterFunction<S, D1, D2, D3, D4, D5, D6, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5, D6 dto6) <T,
S, D1, D2, D3, D4, D5, D6>
org.springframework.http.ResponseEntity<DtoAndMsg<T>> ResponseToolsObject.getErrResponse
(FunctionInterfaces.SevenParameterFunction<S, D1, D2, D3, D4, D5, D6, T> function, S service, D1 dto1, D2 dto2, D3 dto3, D4 dto4, D5 dto5, D6 dto6)