SimpleFunctionAccessor
Simple implementation of FunctionAccessor that provides basic function invocation capabilities. This class automatically ensures the function is accessible during initialization, making it ready for reflection-based invocation.
Author
ahoo wang
Parameters
T
the type of the target object
R
the return type of the function