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

3
LINES

< > BotCompany Repo | #1018333 // VF4 - void function with three arguments

JavaX fragment (include)

static abstract class VF4<A, B, C, D> {
  abstract void get(A a, B b, C c, D d);
}

Author comment

Began life as a copy of #1017848

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018333
Snippet name: VF4 - void function with three arguments
Eternal ID of this version: #1018333/1
Text MD5: 926d9da802ed6cf58ad2ab3b0d9f87f2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-19 21:19:47
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 311 / 852
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)