package test.language.custome.nest.def; public interface Method<R,V> { R call(V vars); }