Transpiled version (2765L) is out of date.
static Map mapValues(O func, Map map) { Map m = similarEmptyMap(map); for (O key : keys(map)) m.put(key, callF(func, map.get(key))); ret m; } static <A, B, C> Map<A, C> mapValues(Map<A, B> map, IF1<B, C> f) { ret mapValues(f, map); } static <A, B, C> Map<A, C> lambdaMapLike mapValues(IF1<B, C> f, Map<A, B> map) { Map m = similarEmptyMap(map); for (A key, B val : map) m.put(key, f.get(val)); ret m; } static Map mapValues(Map map, O func) { ret mapValues(func, map); } ifclass MultiMap static <A, B, C> MultiMap<A, C> mapValues(IF1<B, C> func, MultiMap<A, B> mm) { ret mapMultiMapValues(func, mm); } static <A, B, C> MultiMap<A, C> mapValues(MultiMap<A, B> mm, IF1<B, C> func) { ret mapValues(func, mm); } endif
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment