Module odo.service
Package net.odoframework.service
Interface RequestConverter<T extends Request,K>
- All Superinterfaces:
Function<K,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 RequestConverter<T extends Request,K> extends Function<K,T>
-
Method Summary