svoid forwardSwappableFunctionsToObject(O o, O target, S... methodNames) { if (o == null || target == null) ret; fOr (S method : methodNames) forwardSwappableFunctionToObject(o, method, target); }