Libraryless. Click here for Pure Java version (10209L/56K).
1 | static Steppable combineSteppables(Iterable<? extends Steppable> steppables) {
|
2 | ret iteratorToSteppable(roundRobinCombinedIterator(map steppableToIterator(steppables))); |
3 | } |
4 | |
5 | static <A extends Steppable> Steppable combineSteppables(A... steppables) {
|
6 | ret combineSteppables(asList(steppables)); |
7 | } |
Began life as a copy of #1027220
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035017 |
| Snippet name: | combineSteppables - round-robins them until none are left |
| Eternal ID of this version: | #1035017/2 |
| Text MD5: | 2d66e3abecea967d543e4a8895d58f95 |
| Transpilation MD5: | 651af3fe9d75b0c9ce4dbfc062ee98e2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-22 23:54:17 |
| Source code size: | 302 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 412 / 498 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |