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

5
LINES

< > BotCompany Repo | #1023985 // uncurryToFunctionOnPair

JavaX fragment (include)

sO mapLike uncurryToFunctionOnPair(O f) {
  ret func(Pair p) {
    ret callF(callF(f, p.a), p.b);
  };
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023985
Snippet name: uncurryToFunctionOnPair
Eternal ID of this version: #1023985/3
Text MD5: e77d11fd9c2b8af5afde9d38c86ea94d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-14 21:02:25
Source code size: 108 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 109 / 140
Version history: 2 change(s)
Referenced in: [show references]