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

3
LINES

< > BotCompany Repo | #1036577 // concatIterators2

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

Libraryless. Click here for Pure Java version (10222L/56K).

static <A> ItIt<A> concatIterators2(Iterable<Iterator<A>> l) {
  ret nestedIterator(l, it -> it);
}

Author comment

Began life as a copy of #1028579

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036577
Snippet name: concatIterators2
Eternal ID of this version: #1036577/1
Text MD5: 0f254faff5aea234335d0278e3d0f629
Transpilation MD5: eada76cfe93f25c1fca17dae67e6a97b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-03-14 21:56:47
Source code size: 101 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 65 / 92
Referenced in: [show references]