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

5
LINES

< > BotCompany Repo | #1022916 // randomTripleMaker

JavaX fragment (include)

static <A, B, C> F0<T3<A, B, C>> randomTripleMaker(F0<A> fA, F0<B> fB, F0<C> fC) {
  ret func -> T3<A, B, C> {
    t3(callF(fA), callF(fB), callF(fC))
  };
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022916
Snippet name: randomTripleMaker
Eternal ID of this version: #1022916/1
Text MD5: 104c7bb43f77125c1064ff668d555f38
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-14 21:42:35
Source code size: 161 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 185 / 211
Referenced in: [show references]