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

3
LINES

< > BotCompany Repo | #1032558 // collectMultipleKeys

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

Libraryless. Click here for Pure Java version (3899L/23K).

static <A, B> L<Map<A, B>> collectMultipleKeys(Iterable<Map<A, B>> l, A... keys) {
  ret map(l, map -> getMultipleKeys(map, keys));
}

Author comment

Began life as a copy of #1028290

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032558
Snippet name: collectMultipleKeys
Eternal ID of this version: #1032558/1
Text MD5: c6919e65e67d1d9f3ca1ad2837e43534
Transpilation MD5: c796d3c29c0fdaedfd3a6d1135698748
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-22 23:12:32
Source code size: 135 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 51 / 80
Referenced in: [show references]