Join Slack
Powered by
if I have a `KCallable` instance from a class’s me...
# getting-started
m
matt
01/11/2018, 9:31 PM
if I have a
KCallable
instance from a class’s members, how would I go about using it on an instance of the class? would I pass that instance as the first parameter to
KCallable.call
like how
Method.invoke
works in Java?
Open in Slack
Previous
Next