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

3
LINES

< > BotCompany Repo | #1032672 // roundRobin_lists

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

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

static <A> ItIt<A> roundRobin_lists(Cl<? extends Cl<A>> lists) {
  ret roundRobinCombinedIterator(map iterator(lists));
}

Author comment

Began life as a copy of #1030113

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032672
Snippet name: roundRobin_lists
Eternal ID of this version: #1032672/1
Text MD5: 487734b9c333eb00c75784f136420f5f
Transpilation MD5: 120f7b117a23696b080d0664a632baac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-01 16:00:39
Source code size: 123 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 120
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)