1 | sS lambdaMapLike applyTranspilationFunction(IVF1<LS> f, S s) {
|
2 | if (f == null) ret s; |
3 | LS tok = javaTok(s); |
4 | f.get(tok); |
5 | ret join(tok); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027560 |
| Snippet name: | applyTranspilationFunction |
| Eternal ID of this version: | #1027560/2 |
| Text MD5: | bf56529fa3dfbbfe7eb4af7fded50f7e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-23 22:19:44 |
| Source code size: | 147 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 459 / 528 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |