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

6
LINES

< > BotCompany Repo | #1014612 // allTailsHaveIdled

JavaX fragment (include)

static bool allTailsHaveIdled(TailFile... tails) {
  for (TailFile tf : tails)
    if (!tailHasIdled(tf))
      false;
  true;
}

Author comment

Began life as a copy of #1014610

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: #1014612
Snippet name: allTailsHaveIdled
Eternal ID of this version: #1014612/1
Text MD5: 617db973168ddec5f3a36930d6e298bc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-26 17:23:05
Source code size: 133 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 247 / 279
Referenced in: [show references]