public interface CombinedValue<V> extends java.lang.Comparable<CombinedValue<V>>
Modifier and Type | Method and Description |
---|---|
V |
get() |
void |
merge(CombinedValue<V> other) |
void merge(CombinedValue<V> other)
V get()
Copyright © 2017 The Apache Software Foundation