static IterableIterator mapLike mapI_notNull(O f, Iterable i) { ret mapI_notNulls(f, i); } static <A, B> IterableIterator<B> mapLike mapI_notNull(IF1<A, B> f, Iterable<A> i) { ret mapI_notNulls(f, i); } static <A, B> IterableIterator<B> mapLike mapI_notNull(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: | #1029219 |
Snippet name: | mapI_notNull - synonym of mapI_notNulls |
Eternal ID of this version: | #1029219/1 |
Text MD5: | 0d6a30537bc288789975dafc179d6ec7 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-25 15:53:02 |
Source code size: | 330 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 203 / 246 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |