callCasted<R> abstract method
Calls function
with correct casting for this Reflection.
Implementation
R callCasted<R>(R Function<O>(Reflection<O> reflection) function);
Calls function
with correct casting for this Reflection.
R callCasted<R>(R Function<O>(Reflection<O> reflection) function);