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: | 385 / 493 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018444 - testFunctionValues - call function, compare output and print #1030281 - testFunction_old - call function and print input and output |