Warning: session_start(): open(/var/lib/php/sessions/sess_6du3gj52a2p10ftmcfunp1utgj, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
returnCodesOfMultipleServers_iterator [1018967]

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

7
LINES

< > BotCompany Repo | #1018967 // returnCodesOfMultipleServers_iterator

JavaX fragment (include)

static ItIt<Pair<S, Int>> returnCodesOfMultipleServers_iterator(S... servers) {
  ret returnCodesOfMultipleServers_iterator(asList(servers));
}

static ItIt<Pair<S, Int>> returnCodesOfMultipleServers_iterator(Iterable<S> servers) {
  ret (ItIt) map_iterator_asPair(f returnCodeHttpHEAD, servers);
}

Author comment

Began life as a copy of #1018965

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018967
Snippet name: returnCodesOfMultipleServers_iterator
Eternal ID of this version: #1018967/6
Text MD5: 71c40e78a4715e266b4f65d39081c1a6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-18 16:30:26
Source code size: 306 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 702 / 703
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1018972 - returnCodesOfMultipleServers_parallel_iterator