static A getVar(IF0 v) { ret v?!; } static A getVar(Optional v) { ret v?.orElse(null); }