1 | sS stringPar(O[] params, S name) { |
2 | ret stringOptPar(params, name); |
3 | } |
4 | |
5 | sS mapMethodLike stringPar(S name, O[] params) { |
6 | ret stringOptPar(params, name); |
7 | } |
8 | |
9 | sS stringPar(S name, Map params) { |
10 | ret (S) optPar(name, params); |
11 | } |
12 | |
13 | sS stringPar(S name, O[] params, S defaultValue) { |
14 | ret optPar(name, params, defaultValue); |
15 | } |
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: | 362 / 416 |
Version history: | 4 change(s) |
Referenced in: | [show references] |