Transpiled version (2004L) is out of date.
static IterableIterator mapLike mapI_notNulls(O f, Iterable i) { ret nonNullIterator(mapI(f, i)); } static <A, B> IterableIterator<B> mapLike mapI_notNulls(IF1<A, B> f, Iterable<A> i) { ret mapI_notNulls((O) f, i); } static <A, B> IterableIterator<B> mapLike mapI_notNulls(Iterable<A> i, IF1<A, B> f) { ret mapI_notNulls((O) f, i); }
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: | 452 / 594 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |