svoid setRefIfEmpty(Ref ref, IF0 f) { if (ref != null && !ref.has()) ref.set(f?!); }