static A mapMethodLike inlineSwappable(S fieldName, O host, IF0 defaultCalculation) { if (nempty(fieldName)) { IF0 replacement = cast getOpt(host, fieldName); if (replacement != null) ret replacement!; } ret defaultCalculation!; }