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

6
LINES

< > BotCompany Repo | #1011896 // getAllFutures

JavaX fragment (include)

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: 415 / 435
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1011897 - getFuture