gh-pages / com.nextfaze.devfun.function / InvokeResult
InvokeResult
interface InvokeResult (source)
Function invocations will be wrapped by this.
Properties
| Name | Summary | 
|---|---|
| exception | abstract val exception: Throwable?Any exceptions thrown while attempting to invoke the function. | 
| value | abstract val value: Any?The return value of the function invocation. | 
Inheritors
| Name | Summary | 
|---|---|
| ExceptionInvokeResult | object ExceptionInvokeResult : InvokeResult |