belliottsmith commented on code in PR #7:
URL: https://github.com/apache/cassandra-accord/pull/7#discussion_r1016006105
##########
accord-core/src/main/java/accord/primitives/Keys.java:
##########
@@ -180,6 +181,48 @@ public static <V> Keys of(List<V> input, Function<? super
V, ? extends Key> tran
return of(array);
}
+ public static <A, B> Keys ofMergeSorted(List<A> as, Function<? super A, ?
extends Key> fa, List<B> bs, Function<? super B, ? extends Key> fb)
Review Comment:
I believe this is used in integration to respond to one of your other pieces
of feedback
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]