static WithAutoCloseable withAutoCloseable(AutoCloseable closer, A a) { ret new WithAutoCloseable(closer, a); }