Libraryless. Click here for Pure Java version (4134L/23K).
static O[] params_stylePlus(Map params, S style) { ret paramsPlus(params, style := joinNemptiesWithSemicolon(stringPar style(params), style)); } static O[] params_stylePlus(O[] params, S style) { ret paramsPlus(params, style := joinNemptiesWithSemicolon(stringPar style(params), style)); } static O[] params_stylePlus(S style, O... params) { ret params_stylePlus(params, style); }
Began life as a copy of #1011578
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024480 |
| Snippet name: | params_stylePlus - add to style parameter |
| Eternal ID of this version: | #1024480/6 |
| Text MD5: | 892574e6bce1b0c7e5e81303d8315bc9 |
| Transpilation MD5: | eb5fe6dd67eb6ccebb3563a4184c4642 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-23 01:54:10 |
| Source code size: | 398 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 592 / 799 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031696 - params_plusHTMLClass |