static L nullIfSingleton(L l) { ret isSingleton(l) ? null : l; }