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

28
LINES

< > BotCompany Repo | #1020709 // mapNotNulls - synonym of mapNonNulls

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (2212L) is out of date.

1  
static L mapNotNulls(Iterable l, O f) {
2  
  ret mapNonNulls(l, f);
3  
}
4  
5  
static L mapNotNulls(O f, O[] l) {
6  
  ret mapNonNulls(f, l);
7  
}
8  
9  
static L mapLike mapNotNulls(O f, Iterable l) {
10  
  ret mapNonNulls(f, l);
11  
}
12  
13  
14  
static <A, B> L<B> mapNotNulls(Iterable<A> l, F1<A, B> f) {
15  
  ret mapNonNulls(l, f);
16  
}
17  
18  
static <A, B> L<B> mapNotNulls(IF1<A, B> f, Iterable<A> l) {
19  
  ret mapNonNulls(f, l);
20  
}
21  
22  
static <A, B> L<B> mapNotNulls(Iterable<A> l, IF1<A, B> f) {
23  
  ret mapNonNulls(l, f);
24  
}
25  
26  
static <A, B> L<B> mapNotNulls(F1<A, B> f, Iterable<A> l) {
27  
  ret mapNonNulls(f, l);
28  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1020709
Snippet name: mapNotNulls - synonym of mapNonNulls
Eternal ID of this version: #1020709/5
Text MD5: 8144198298fbb1d4916c729e18994e62
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-05 21:51:36
Source code size: 587 bytes / 28 lines
Pitched / IR pitched: No / No
Views / Downloads: 267 / 331
Version history: 4 change(s)
Referenced in: [show references]