static L mapLike multiCall_all(O f, O... args) { ret asList(multiCall(f, args)); }