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

11
LINES

< > BotCompany Repo | #1033592 // lmapMethod - synonym of lambdaMapMethod

JavaX fragment (include)

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





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

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033592
Snippet name: lmapMethod - synonym of lambdaMapMethod
Eternal ID of this version: #1033592/1
Text MD5: 5d3945db9e5bf9f184b615b864484c53
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-05 03:55:05
Source code size: 198 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 140
Referenced in: [show references]