invoke
Invokes (calls) the function. If this is a curried function, then the [Method] will have more parameters than the length of [args].
If [method] is not static, then the first argument (from the join of curriedArgs and arg) is the receiver, and the remainder are the method's arguments.