handle

abstract fun SuperCall.handle(): Any?(source)

Handle a call to this proxy.

If you call super, make sure you check SuperCall.isSuperCallable and SuperCall.isSuspending first. Calls to abstract super methods will throw FunctionInvocationException.