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

11
LINES

< > BotCompany Repo | #1023833 // mapPairsA - synonym of mapPairA

JavaX fragment (include)

static <A, B, C> L<Pair<C, B>> lambdaMapLike mapPairsA(fO f, Iterable<Pair<A, B>> l) {
  ret mapPairA(f, l);
}

static <A, B, C> LPair<C, B> mapPairsA(F1<A, C> f, Iterable<Pair<A, B>> l) {
  ret mapPairA(f, l);
}

static <A, B, C> LPair<C, B> mapPairsA(IF1<A, C> f, Iterable<Pair<A, B>> l) {
  ret mapPairA(f, l);
}

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: #1023833
Snippet name: mapPairsA - synonym of mapPairA
Eternal ID of this version: #1023833/4
Text MD5: 0fb766b72b63bb9daf515195134960f3
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-19 12:48:04
Source code size: 325 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 167 / 213
Version history: 3 change(s)
Referenced in: [show references]