gh-pages / com.nextfaze.devfun.invoke / Invoker
Invoker
interface Invoker
(source)
Used to invoke a FunctionItem or UiFunction and automatically handles parameter injection and errors.
Functions
Name | Summary |
---|---|
invoke | abstract fun invoke(item: FunctionItem ): InvokeResult ? Invokes a function item, using the invocation UI if needed. abstract fun invoke(function: UiFunction ): InvokeResult ? Invokes a function using the invocation UI. |