Libraryless. Click here for Pure Java version (3052L/18K).
1 | static <A> S safeMapToLines(Iterable<A> l, IF1<A, S> f) { |
2 | ret mapToLines(f, l); |
3 | } |
4 | |
5 | static <A> S safeMapToLines(IF1<A, S> f, Iterable<A> l) { |
6 | ret mapToLines(f, l); |
7 | } |
8 | |
9 | static <A, B> S safeMapToLines(Map<A, B> map, IF2<A, B, S> f) { |
10 | ret mapToLines(map, f); |
11 | } |
Began life as a copy of #1008543
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030616 |
Snippet name: | safeMapToLines |
Eternal ID of this version: | #1030616/1 |
Text MD5: | d31ee4e6cdc71038f02128b585eeef8b |
Transpilation MD5: | f20b192fc3dd54fb506eb3f210cbc74a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-01-26 09:22:33 |
Source code size: | 271 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 181 / 267 |
Referenced in: | [show references] |