All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.transferwise.envoy.xds.api.Mergeable Maven / Gradle / Ivy

The newest version!
package com.transferwise.envoy.xds.api;

public interface Mergeable> {

    /**
     * Merge an update into this instance.
     * The result of the merge operation should be a state update equivalent to applying this instance followed by the supplied update.
     * @param update updated state
     * @return a StateUpdT representing the result of applying this instance and then update
     */
    StateUpdT merge(StateUpdT update);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy