Transpiled version (2004L) is out of date.
1 | static IterableIterator mapLike mapI_notNulls(O f, Iterable i) { |
2 | ret nonNullIterator(mapI(f, i)); |
3 | } |
4 | |
5 | static <A, B> IterableIterator<B> mapLike mapI_notNulls(IF1<A, B> f, Iterable<A> i) { |
6 | ret mapI_notNulls((O) f, i); |
7 | } |
8 | |
9 | static <A, B> IterableIterator<B> mapLike mapI_notNulls(Iterable<A> i, IF1<A, B> f) { |
10 | ret mapI_notNulls((O) f, i); |
11 | } |
Began life as a copy of #1023553
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1023997 |
Snippet name: | mapI_notNulls |
Eternal ID of this version: | #1023997/7 |
Text MD5: | 3a45e4e24526268132bdeabcc80a0259 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-25 14:10:48 |
Source code size: | 351 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 239 / 342 |
Version history: | 6 change(s) |
Referenced in: | [show references] |