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

15
LINES

< > BotCompany Repo | #1029219 // mapI_notNull - synonym of mapI_notNulls

JavaX fragment (include)

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