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

3
LINES

< > BotCompany Repo | #1031117 // toVF3

JavaX fragment (include)

static <A, B, C> VF3<A, B, C> toVF3(IVF3<A, B, C> f) {
  ret f == null ? null : voidfunc(A a, B b, C c) { f.get(a, b, c) };
}

Author comment

Began life as a copy of #1026657

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031117
Snippet name: toVF3
Eternal ID of this version: #1031117/1
Text MD5: 3f3fe17ff5fda79f9a4133512ce17ef4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-07 15:09:05
Source code size: 127 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 132
Referenced in: [show references]