// auto-magic type parameter might be a bad idea. supply explicitly if // in doubt. static IF1 if0ToIF1(IF0 f) { ret f == null ? null : a -> f.get(); }