Libraryless. Click here for Pure Java version (2628L/17K).
1 | // one of the rare places where we still use mapLike because |
2 | // otherwise we miss a cast from Object to whatever the function |
3 | // needs |
4 | svoid mapLike testFunction(O function, O... params) {
|
5 | testFunctionValues(function, params); |
6 | } |
7 | |
8 | svoid lambdaMapLike testFunction(IF1 function, O... params) {
|
9 | testFunctionValues(function, params); |
10 | } |
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: | 646 / 826 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |