Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1024480 // params_stylePlus - add to style parameter

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4134L/23K).

1  
static O[] params_stylePlus(Map params, S style) {
2  
  ret paramsPlus(params, style := joinNemptiesWithSemicolon(stringPar style(params), style));
3  
}
4  
5  
static O[] params_stylePlus(O[] params, S style) {
6  
  ret paramsPlus(params, style := joinNemptiesWithSemicolon(stringPar style(params), style));
7  
}
8  
9  
static O[] params_stylePlus(S style, O... params) {
10  
  ret params_stylePlus(params, style);
11  
}

Author comment

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: 275 / 408
Version history: 5 change(s)
Referenced in: [show references]