static AutoCloseable tempInc(AtomicLong v) { if (v == null) null; inc(v); ret -> dec(v); }