static S nullIfEmpty(S s) { ret isEmpty(s) ? null : s; } static <A, B> Map<A, B> nullIfEmpty(Map<A, B> map) { ret isEmpty(map) ? null : map; } static <A> L<A> nullIfEmpty(L<A> l) { ret isEmpty(l) ? null : l; }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment