gh-pages / com.nextfaze.devfun.invoke / receiverInstance
receiverInstance
fun FunctionDefinition.receiverInstance(instanceProvider: InstanceProvider = devFun.instanceProviders): Any? (source)
Get the receiver instance for this function definition to be used for invocation.
See Also
fun FunctionItem.receiverInstance(instanceProvider: InstanceProvider = devFun.instanceProviders): Any? (source)
Get the receiver instance for this function item to be used for invocation.
See Also