benjaminmalley
10/09/2015, 9:29 PMudalov
benjaminmalley
10/09/2015, 9:32 PMudalov
benjaminmalley
10/09/2015, 9:32 PMbenjaminmalley
10/09/2015, 9:38 PMbenjaminmalley
10/09/2015, 10:03 PMKFunction
representing a member of class Test
and an instance of class Test
and I want to dynamically bind the KFunction
to the instance and invoke it. I see call
on the KFunction
, but that doesn't seem to work.benjaminmalley
10/09/2015, 10:14 PMudalov
udalov
benjaminmalley
10/09/2015, 10:15 PMbenjaminmalley
10/09/2015, 10:15 PMudalov
benjaminmalley
10/09/2015, 10:15 PMbenjaminmalley
10/09/2015, 10:16 PMmember.call(myTest, 1)
udalov
equals
from Anybenjaminmalley
10/09/2015, 10:16 PMbenjaminmalley
10/09/2015, 10:16 PMudalov
memberFunctions
returns all functions, including from supertypes. What you probably need is declaredMemberFunctions
benjaminmalley
10/09/2015, 10:18 PMbenjaminmalley
10/09/2015, 10:19 PMbenjaminmalley
10/09/2015, 10:19 PMmbickel
10/12/2015, 11:26 AMyole
10/12/2015, 11:28 AMmbickel
10/12/2015, 11:34 AMmbickel
10/12/2015, 11:37 AMorangy
orangy
daos
is inferred as List<CrudDao<out EventMessage>>
because it needs out projection on invariant type parameter Corangy
daos.first()
to CrudDao<T>
in store.mbickel
10/12/2015, 12:07 PM