static IterableIterator mapLike mapI_nonNulls(O f, Iterable i) { ret mapI_notNulls(f, i); } static <A, B> IterableIterator<B> mapLike mapI_nonNulls(IF1<A, B> f, Iterable<A> i) { ret mapI_notNulls(f, i); } static <A, B> IterableIterator<B> mapLike mapI_nonNulls(Iterable<A> i, IF1<A, B> f) { ret mapI_notNulls(i, f); }
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: | #1028574 |
Snippet name: | mapI_nonNulls - synonym of mapI_notNulls |
Eternal ID of this version: | #1028574/1 |
Text MD5: | a64a491ce257bd1a8364a7cbbf0e883d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-27 18:38:58 |
Source code size: | 333 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 241 / 276 |
Referenced in: | [show references] |