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

9
LINES

< > BotCompany Repo | #1036416 // infoBoxConcat - infoBox + concat

JavaX fragment (include)

static JWindow infoBoxConcat(O... l) {
  ret infoBox(concat(l));
}



static JWindow infoBoxConcat(Iterable l) {
  ret infoBox(concat(l));
}

Author comment

Began life as a copy of #1035914

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036416
Snippet name: infoBoxConcat - infoBox + concat
Eternal ID of this version: #1036416/3
Text MD5: e82be2b08c6f3c83be73a93c68579e95
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-11 15:50:52
Source code size: 148 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 58 / 69
Version history: 2 change(s)
Referenced in: [show references]