Libraryless. Click here for Pure Java version (3052L/18K).
static <A> S safeMapToLines(Iterable<A> l, IF1<A, S> f) { ret mapToLines(f, l); } static <A> S safeMapToLines(IF1<A, S> f, Iterable<A> l) { ret mapToLines(f, l); } static <A, B> S safeMapToLines(Map<A, B> map, IF2<A, B, S> f) { ret mapToLines(map, f); }
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: | 377 / 516 | 
| Referenced in: | [show references] |