static LongPairCollector longPairCollector(IVF1_Long onCompletion) { ret new LongPairCollector { void complete(int a, int b) { onCompletion?.get(a, b); } }; }