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

7
LINES

< > BotCompany Repo | #1030113 // roundRobin

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

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

static <A> ItIt<A> roundRobin(Iterable<A>... l) {
  ret roundRobinCombinedIterator(lmap iterator(l));
}

static <A> ItIt<A> roundRobin(Cl<? extends Iterator<A>> iterators) {
  ret roundRobinCombinedIterator(iterators);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030113
Snippet name: roundRobin
Eternal ID of this version: #1030113/2
Text MD5: b860faa85decd9ae19fc6caced801d80
Transpilation MD5: a985c564b0cfbca4c9daedd4d95e9c6e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-01 15:59:41
Source code size: 226 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 119 / 175
Version history: 1 change(s)
Referenced in: [show references]