Package org.apache.calcite.util
Interface ReflectUtil.MethodDispatcher<T>
- Type Parameters:
T
- Return type of method
- Enclosing class:
ReflectUtil
public static interface ReflectUtil.MethodDispatcher<T>
Can invoke a method on an object of type E with return type T.
-
Method Summary
-
Method Details
-
invoke
Invokes method on an object with a given set of arguments.- Parameters:
args
- Arguments to method- Returns:
- Return value of method
-