public class Extracted { private final Test test; public R myT; public Extracted(Test test) { this.test = test; } void bar() { test.foo(myT); } }