-
- Type Parameters:
T1- the generic typeT2- the generic typeTResult- the generic type
- All Known Implementing Classes:
AutodiscoverService
public interface IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult>
The Interface FuncDelegateInterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TResultfunc(T1 arg1, T2 arg2, ExchangeVersion arg3, URI arg4)Func.
-