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

3
LINES

< > BotCompany Repo | #1024256 // IF2 - function with two arguments (interface version)

JavaX fragment (include)

static interface IF2<A, B, C> {
  C get(A a, B b);
}

Author comment

Began life as a copy of #1021743

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1024256
Snippet name: IF2 - function with two arguments (interface version)
Eternal ID of this version: #1024256/1
Text MD5: 9b14d7f513cb9bc673865d3fd2184138
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 18:21:18
Source code size: 54 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 313 / 903
Referenced in: #1027659 - IF3 - function with three arguments (interface version)
#1031483 - IF2_OOInt - IF2 with int result type
#1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)