Libraryless. Click here for Pure Java version (2190L/14K).
static <A, B> void mapLike testFunctionValues_pairs(O function, LPair<A, B> params) { fOr (Pair p : params) { testFunctionValue(function, p.a, p.b); } }
Began life as a copy of #1018444
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025657 |
Snippet name: | testFunctionValues_pairs - call function, compare output and print |
Eternal ID of this version: | #1025657/5 |
Text MD5: | 45371c45282b6e88803f63188be933f7 |
Transpilation MD5: | a2d51bfa2eeb8e2e7c2906d76cf8abe5 |
Author: | stefan |
Category: | javax / testing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-12 18:25:44 |
Source code size: | 164 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 188 / 256 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |