static L singletonUnlessNull(A a) { ret a == null ? emptyList() : ll(a); }