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

6
LINES

< > BotCompany Repo | #1004383 // allEndWith

JavaX fragment (include)

static bool allEndWith(L<S> l, S s) {
  for (S x : l)
    if (!x.endsWith(s))
      false;
  true;
}

Author comment

Began life as a copy of #1004382

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004383
Snippet name: allEndWith
Eternal ID of this version: #1004383/1
Text MD5: 94351b6f5f7340fcf056f5a9b09e1f32
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-15 13:36:55
Source code size: 105 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 402 / 401
Referenced in: [show references]