static <A> L<A> getAllFutures(Collection<Future<A>> l) { L<A> out = new L(l(l)); for (Future<A> f : unnull(l)) out.add(getFuture(f)); ret out; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011896 |
Snippet name: | getAllFutures |
Eternal ID of this version: | #1011896/4 |
Text MD5: | 9488b30cb46fa4ea4881c26213e34678 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-09 07:06:29 |
Source code size: | 159 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 542 / 542 |
Version history: | 3 change(s) |
Referenced in: | [show references] |