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

5
LINES

< > BotCompany Repo | #1023538 // printWith - apply printing function

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1466L/10K).

// f : A -> O
static <A> A mapLike printWith(O f, A a) {
  print(callF(f, a));
  ret a;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023538
Snippet name: printWith - apply printing function
Eternal ID of this version: #1023538/2
Text MD5: 05077f5286e3ea2b86c29706a2c390fd
Transpilation MD5: 93d46e9f2c62550336c7fc91722d49ee
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-27 14:05:50
Source code size: 93 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 184 / 250
Version history: 1 change(s)
Referenced in: [show references]