Class ResponseContext.CounterKey

    • Method Detail

      • mergeValues

        public Object mergeValues​(Object oldValue,
                                  Object newValue)
        Description copied from interface: ResponseContext.Key
        Merges two values of type T.

        This method may modify "oldValue" but must not modify "newValue".