Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1028574 // mapI_nonNulls - synonym of mapI_notNulls

JavaX fragment (include)

1  
static IterableIterator mapLike mapI_nonNulls(O f, Iterable i) {
2  
  ret mapI_notNulls(f, i);
3  
}
4  
5  
6  
7  
static <A, B> IterableIterator<B> mapLike mapI_nonNulls(IF1<A, B> f, Iterable<A> i) {
8  
  ret mapI_notNulls(f, i);
9  
}
10  
11  
12  
13  
static <A, B> IterableIterator<B> mapLike mapI_nonNulls(Iterable<A> i, IF1<A, B> f) {
14  
  ret mapI_notNulls(i, f);
15  
}

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: 161 / 198
Referenced in: [show references]