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

3
LINES

< > BotCompany Repo | #1026568 // mapNonNulls_lambda - mapNonNulls as lambdaMapLike

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

Libraryless. Click here for Pure Java version (2833L/17K).

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

Author comment

Began life as a copy of #1026014

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: #1026568
Snippet name: mapNonNulls_lambda - mapNonNulls as lambdaMapLike
Eternal ID of this version: #1026568/1
Text MD5: 5fc96800eed4ac9239b57754e4f6041c
Transpilation MD5: 0e72905ec9da44875a20660c276b3808
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-14 00:26:42
Source code size: 110 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 182 / 262
Referenced in: [show references]