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

9
LINES

< > BotCompany Repo | #1033382 // lambdaMapMethod - synonym of lambdaMethodMap

JavaX fragment (include)

static <A, B> L<B> lambdaMethod0Like lambdaMapMethod(IF1<A, B> f, Iterable<A> l) {
  ret lambdaMethodMap(f, l);
}



static <A, B> L<B> lambdaMapMethod(IF1<A, B> f, A[] l) {
  ret lambdaMethodMap(f, l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033382
Snippet name: lambdaMapMethod - synonym of lambdaMethodMap
Eternal ID of this version: #1033382/1
Text MD5: 9bae3dfb6600d161e51ec4fc5a899d5f
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-27 00:27:01
Source code size: 206 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 119
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)