1 | static L mapNonNulls_pcall(Iterable l, O f) {
|
2 | ret map_pcall_notNull(l, f); |
3 | } |
4 | |
5 | |
6 | |
7 | static L mapNonNulls_pcall(O f, Iterable l) {
|
8 | ret map_pcall_notNull(f, l); |
9 | } |
10 | |
11 | |
12 | static <A, B> L<B> mapNonNulls_pcall(IF1<A, B> f, Iterable<A> l) {
|
13 | ret map_pcall_notNull(f, l); |
14 | } |
15 | |
16 | static <A, B> L<B> mapNonNulls_pcall(Iterable<A> l, IF1<A, B> f) {
|
17 | ret map_pcall_notNull(l, f); |
18 | } |
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: | 515 / 560 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |