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

7
LINES

< > BotCompany Repo | #1024779 // mapPairsB - synonym of mapPairB

JavaX fragment (include)

static <A, B, C> L<Pair<A, C>> lambdaMapLike mapPairsB(IF1<B, C> f, Iterable<Pair<A, B>> l) {
  ret mapPairB(f, l);
}

static <A, B, C> L<Pair<A, C>> mapPairsB(Iterable<Pair<A, B>> l, IF1<B, C> f) {
  ret mapPairB(l, f);
}

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: #1024779
Snippet name: mapPairsB - synonym of mapPairB
Eternal ID of this version: #1024779/3
Text MD5: de513cce530936c0f23d8087b596e2d1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-27 02:27:34
Source code size: 228 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 152 / 200
Version history: 2 change(s)
Referenced in: [show references]