static AutoCloseable tempDBLock(Concepts concepts) { ret tempLock(concepts.lock); // NO null propagation this time } static AutoCloseable tempDBLock() { ret tempDBLock(db_mainConcepts()); }