gh-pages / com.nextfaze.devfun.core / call
call
fun FunctionItem.call(invoker: Invoker = devFun.get()): InvokeResult? (source)
Convenience function for invoking a FunctionItem using the current devFun instance.
Invocation exceptions (excluding DebugException will be wrapped to InvokeResult.exception.
Invocations pending user interaction will return null.
Return See Invoker.invoke.