Package convex.core.util
Interface MergeFunction<V>
public interface MergeFunction<V>
-
Method Summary
-
Method Details
-
merge
-
reverse
Reverse a MergeFunction so that it can be applied with opposite ordering. This is useful for handling merge functions that are not commutative.- Returns:
- A MergeFunction that merges the arguments in the reverse order.
-