static B rCallF(A a, IF1 f) { ret f?.get(a); } static void rCallF(A a, IVF1 f) { f?.get(a); }