Libraryless. Click here for Pure Java version (103L/1K).
1 | static LongPairCollector longPairCollector(IVF2_Long onCompletion) {
|
2 | ret new LongPairCollector {
|
3 | void complete(long a, long b) {
|
4 | onCompletion?.get(a, b); |
5 | } |
6 | }; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035579 |
| Snippet name: | longPairCollector |
| Eternal ID of this version: | #1035579/3 |
| Text MD5: | 691d0376eb350c0cf8fc55353c0449b9 |
| Transpilation MD5: | 48e6a483a68fd132ce3312c836b4023f |
| Author: | stefan |
| Category: | javax / parallelization |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-19 00:24:35 |
| Source code size: | 184 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 359 / 446 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |