static B mapSingle(IF1 f, A a) { ret f == null || a == null ? null : f.get(a); }