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

5
LINES

< > BotCompany Repo | #1025657 // testFunctionValues_pairs - call function, compare output and print

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

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);
  }
}

Author comment

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: 119 / 173
Version history: 4 change(s)
Referenced in: [show references]