static IVF1 lambdaMapLike setVarWithConversion(IF1 f, IVar v) { ret a -> { if (v != null) v.set(f.get(a)); }; }