aweisberg commented on code in PR #7:
URL: https://github.com/apache/cassandra-accord/pull/7#discussion_r1015686602


##########
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:
   This is unused in this PR, so I assume it will be used in a later one.



-- 
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]

Reply via email to