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

FunctionItem.receiverInstance

Method.receiverInstance

fun FunctionItem.receiverInstance(instanceProvider: InstanceProvider = devFun.instanceProviders): Any? (source)

Get the receiver instance for this function item to be used for invocation.

See Also

FunctionDefinition.receiverInstance

Method.receiverInstance