Libraryless. Click here for Pure Java version (2016L/13K).
static <A, B> ItIt<Pair<A, B>> outerProduct_pairs(Collection<A> lA, Collection<B> lB) { ret outerProductPairs(lA, lB); } static <A, B> ItIt<Pair<A, B>> outerProduct_pairs(Pair<? extends Collection<A>, ? extends Collection<B>> p) { ret outerProduct_pairs(p.a, p.b); }
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: | #1023897 |
| Snippet name: | outerProduct_pairs - synonym of outerProductPairs |
| Eternal ID of this version: | #1023897/3 |
| Text MD5: | 551dbd28710128342253fe2bd0e63bf7 |
| Transpilation MD5: | d13e37f9b0d0342cda08f85bf5c4cebc |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-11 22:29:03 |
| Source code size: | 277 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 666 / 884 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |