sS stringPar(O[] params, S name) { ret stringOptPar(params, name); } sS mapMethodLike stringPar(S name, O[] params) { ret stringOptPar(params, name); } sS stringPar(S name, Map params) { ret (S) optPar(name, params); } sS stringPar(S name, O[] params, S defaultValue) { ret optPar(name, params, defaultValue); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021858 |
Snippet name: | stringPar - synonym of stringOptPar |
Eternal ID of this version: | #1021858/5 |
Text MD5: | 16bbc6c5fef71078432fbbc68b0f81d1 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-16 18:36:16 |
Source code size: | 336 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 361 / 415 |
Version history: | 4 change(s) |
Referenced in: | [show references] |