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

3
LINES

< > BotCompany Repo | #1023841 // joinAll - map join(...)

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

Libraryless. Click here for Pure Java version (2186L/14K).

static <A> LS joinAll(Iterable<? extends Iterable<A>> l) {
  ret map(x -> join(x), l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023841
Snippet name: joinAll - map join(...)
Eternal ID of this version: #1023841/3
Text MD5: 6a9f6269b33d833539db38d9b88ef84d
Transpilation MD5: f04c831cd48be01e97970e8102d7a7ca
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-14 14:10:09
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 134 / 209
Version history: 2 change(s)
Referenced in: [show references]