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

6
LINES

< > BotCompany Repo | #1028467 // printWhileNotNull

JavaX fragment (include)

svoid printWhileNotNull(IF0 f) {
  if (f == null) ret;
  O o;
  while ((o = f!) != null)
    print(o);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028467
Snippet name: printWhileNotNull
Eternal ID of this version: #1028467/3
Text MD5: fe596e74ff8ef9d51923927343322734
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-20 22:23:01
Source code size: 109 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 125 / 170
Version history: 2 change(s)
Referenced in: [show references]