Libraryless. Click here for Pure Java version (10366L/57K).
static Steppable concatSteppables(Iterable<? extends Steppable> steppables) { ret iteratorToSteppable(concatIterators2(mapI steppableToIterator(steppables))); } static <A extends Steppable> Steppable concatSteppables(A... steppables) { ret concatSteppables(asList(steppables)); }
Began life as a copy of #1035017
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036576 |
Snippet name: | concatSteppables - runs first until done, then second etc |
Eternal ID of this version: | #1036576/3 |
Text MD5: | e967f8b0c4b23c7b4518daaee5249b69 |
Transpilation MD5: | 53ab468aaee06761403bf9864eee0e74 |
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:57:41 |
Source code size: | 290 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 135 / 201 |
Version history: | 2 change(s) |
Referenced in: | [show references] |