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.

static L mapNotNulls(Iterable l, O f) {
  ret mapNonNulls(l, f);
}

static L mapNotNulls(O f, O[] l) {
  ret mapNonNulls(f, l);
}

static L mapLike mapNotNulls(O f, Iterable l) {
  ret mapNonNulls(f, l);
}


static <A, B> L<B> mapNotNulls(Iterable<A> l, F1<A, B> f) {
  ret mapNonNulls(l, f);
}

static <A, B> L<B> mapNotNulls(IF1<A, B> f, Iterable<A> l) {
  ret mapNonNulls(f, l);
}

static <A, B> L<B> mapNotNulls(Iterable<A> l, IF1<A, B> f) {
  ret mapNonNulls(l, f);
}

static <A, B> L<B> mapNotNulls(F1<A, B> f, Iterable<A> l) {
  ret mapNonNulls(f, l);
}

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: 264 / 327
Version history: 4 change(s)
Referenced in: [show references]