Module odo.service
Package net.odoframework.service
Interface ServiceFunction<T extends Request,K extends Response>
- All Superinterfaces:
BiFunction<T,Invocation,K>
- All Known Subinterfaces:
WebFunction
- All Known Implementing Classes:
HttpRouter
public interface ServiceFunction<T extends Request,K extends Response> extends BiFunction<T,Invocation,K>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply