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

5
LINES

< > BotCompany Repo | #1027673 // forwardSwappableFunctionsToObject

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2492L/15K).

svoid forwardSwappableFunctionsToObject(O o, O target, S... methodNames) {
  if (o == null || target == null) ret;
  fOr (S method : methodNames)
    forwardSwappableFunctionToObject(o, method, target);
}

Author comment

Began life as a copy of #1027672

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1027673
Snippet name: forwardSwappableFunctionsToObject
Eternal ID of this version: #1027673/4
Text MD5: 574390c919fd2da93d79a26577d3eac9
Transpilation MD5: 16e1eef715b7d164abd6cc5710f1d725
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-29 23:18:49
Source code size: 208 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 93 / 144
Version history: 3 change(s)
Referenced in: [show references]