Libraryless. Click here for Pure Java version (2366L/15K).
static <A, B> S mapPairsToLines(Iterable<Pair<A, B>> l, IF2<A, B, S> f) { ret lines(mapPairsToList(l, f)); }
Began life as a copy of #1016467
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1026175 |
Snippet name: | mapPairsToLines |
Eternal ID of this version: | #1026175/1 |
Text MD5: | d37640a05dad348106babd95a82a004d |
Transpilation MD5: | fa931c397df051262b98c4f020435ba9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-27 19:08:49 |
Source code size: | 112 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 201 / 302 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |