gh-pages / com.nextfaze.devfun.invoke / receiverClassForInvocation
receiverClassForInvocation
inline val
FunctionDefinition
.receiverClassForInvocation:
KClass
<*>?
(source)
Get the receiver class for this function definition if you intend to invoke it. That is, it will return null
if the type isn’t needed.
See Also
FunctionDefinition.receiverClass
FunctionItem.receiverClassForInvocation
inline val
FunctionItem
.receiverClassForInvocation:
KClass
<*>?
(source)
Get the receiver class for this function item if you intend to invoke it. That is, it will return null
if the type isn’t needed.
See Also