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

5
LINES

< > BotCompany Repo | #1032147 // printFunctionValues - one per line

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

Transpiled version (3504L) is out of date.

static <A, B> LPair<A, B> lambdaMapLike printFunctionValues(S desc default shorten_str(f, 50), IF1<A, B> f, Iterable<A> or A... l) {
  var l2 = mapToPairsB(f, l);
  print(mapPairsToLines(l2, (in, out) -> desc + ": " + in + " -> " + out));
  ret l2;
}

Author comment

Began life as a copy of #1032143

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032147
Snippet name: printFunctionValues - one per line
Eternal ID of this version: #1032147/6
Text MD5: 6633e1a0dcdfe8d4b7baf47c667806b8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-20 07:02:22
Source code size: 254 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 132
Version history: 5 change(s)
Referenced in: [show references]