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

3
LINES

< > BotCompany Repo | #1026556 // lazyMap_lambda - lazyMap function with lambdaMapLike

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

Libraryless. Click here for Pure Java version (2158L/14K).

static <A, B> L<B> lambdaMapLike lazyMap_lambda(IF1<A, B> f, L<A> l) {
  ret lazyMap(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: #1026556
Snippet name: lazyMap_lambda - lazyMap function with lambdaMapLike
Eternal ID of this version: #1026556/3
Text MD5: 503051d16e90e215fc00db2a32167639
Transpilation MD5: 4c10d90488657bdf5e4cce3fb1b87772
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-12 17:42:23
Source code size: 95 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 167 / 218
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)