Module odo.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>