static L mapNonNulls_pcall(Iterable l, O f) { ret map_pcall_notNull(l, f); } static L mapNonNulls_pcall(O f, Iterable l) { ret map_pcall_notNull(f, l); } static <A, B> L<B> mapNonNulls_pcall(IF1<A, B> f, Iterable<A> l) { ret map_pcall_notNull(f, l); } static <A, B> L<B> mapNonNulls_pcall(Iterable<A> l, IF1<A, B> f) { ret map_pcall_notNull(l, f); }
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: | #1022657 |
| Snippet name: | mapNonNulls_pcall - synonym of map_pcall_notNull |
| Eternal ID of this version: | #1022657/2 |
| Text MD5: | cf9f18abeee000c9d93917ca16a7238f |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-02 14:28:31 |
| Source code size: | 380 bytes / 18 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 516 / 560 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |