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

7
LINES

< > BotCompany Repo | #1013678 // mapLL - map + ll

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

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

static L mapLL(O f, O... data) {
  ret map(f, ll(data));
}

static <A, B> L<B> lambdaMapLike mapLL(IF1<A, B> f, A... data) {
  ret map(f, ll(data));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, yanjaxplzisb

No comments. add comment

Snippet ID: #1013678
Snippet name: mapLL - map + ll
Eternal ID of this version: #1013678/3
Text MD5: 3657ede82c178d19229ac5235e872489
Transpilation MD5: 5925826729ac481fad9bef766c704324
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 10:00:03
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 429 / 491
Version history: 2 change(s)
Referenced in: [show references]