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

6
LINES

< > BotCompany Repo | #1030528 // anyEmpty

JavaX fragment (include)

sbool anyEmpty(S... strings) {
  fOr (S s : strings)
    if (empty(s))
      true;
  false;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030528
Snippet name: anyEmpty
Eternal ID of this version: #1030528/1
Text MD5: 14a175f5166a952175c84ff955ca8bd2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-05 22:42:03
Source code size: 98 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 141 / 175
Referenced in: [show references]