FunctionAccessor
Interface for accessing and invoking Kotlin functions through reflection. Provides a type-safe way to invoke functions with proper error handling and integration with the Wow framework's naming conventions.
Author
ahoo wang
Parameters
T
the type of the target object on which the function will be invoked
R
the return type of the function