gh-pages / com.nextfaze.devfun.invoke / java.lang.reflect.Method / receiverInstance
receiverInstance
fun Method.receiverInstance(instanceProvider: InstanceProvider = devFun.instanceProviders): Any? (source)
Get the receiver instance for this method to be used for invocation.
See Also