static S repeatMultiReplace3(S s, final S... replacements) { ret applyUntilStable(func(S s) { repeatMultiReplace2(s, replacements) }, s); } static S repeatMultiReplace3(S s, L<S> replacements) { ret repeatMultiReplace3(s, asStringArray(replacements)); }
Began life as a copy of #1006859
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006861 |
Snippet name: | repeatMultiReplace3 - repeatMultiReplace2 until result is stable |
Eternal ID of this version: | #1006861/3 |
Text MD5: | 131100e255aa11e12645d381ce1da1ff |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-02-11 04:43:08 |
Source code size: | 266 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 559 / 597 |
Version history: | 2 change(s) |
Referenced in: | [show references] |