static A printUnlessNull(A a) { if (a != null) print(a); ret a; }