Libraryless. Click here for Pure Java version (6229L/35K).
1 | svoid profileToConsole(Runnable r) { |
2 | poorMansProfileToConsole(r); |
3 | } |
4 | |
5 | static <A> A profileToConsole(IF0<A> r) { |
6 | if (r == null) null; |
7 | new Var<A> var; |
8 | poorMansProfileToConsole(r { var.set(r!) }); |
9 | ret var!; |
10 | } |
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: | #1021524 |
Snippet name: | profileToConsole - synonym of poorMansProfileToConsole |
Eternal ID of this version: | #1021524/2 |
Text MD5: | 83084baece6547574b46f7ec34bf74a6 |
Transpilation MD5: | 716829f247ceee285343ed71d7b6fd10 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-27 08:02:29 |
Source code size: | 223 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 330 / 407 |
Version history: | 1 change(s) |
Referenced in: | [show references] |