gh-pages / com.nextfaze.devfun.invoke / receiverClass
receiverClass
inline val FunctionDefinition.receiverClass: KClass<*> (source)
Get the receiver class for this function definition.
See Also
FunctionDefinition.receiverClassForInvocation
inline val FunctionItem.receiverClass: KClass<*> (source)
Get the receiver class for this function item.
See Also