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

10
LINES

< > BotCompany Repo | #1013575 // testFunction - synonym of testFunctionValues

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

Libraryless. Click here for Pure Java version (2628L/17K).

// one of the rare places where we still use mapLike because
// otherwise we miss a cast from Object to whatever the function
// needs
svoid mapLike testFunction(O function, O... params) {
  testFunctionValues(function, params);
}

svoid lambdaMapLike testFunction(IF1 function, O... params) {
  testFunctionValues(function, params);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013575
Snippet name: testFunction - synonym of testFunctionValues
Eternal ID of this version: #1013575/6
Text MD5: 88313a69a883c9696b7f2e247be2a006
Transpilation MD5: 9cfeb1c3f31647224dc1d90b0e260603
Author: stefan
Category: javax / testing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-25 14:43:18
Source code size: 344 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 311 / 368
Version history: 5 change(s)
Referenced in: [show references]