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

io.datakernel.crdt.primitives.CrdtMergable Maven / Gradle / Ivy

package io.datakernel.crdt.primitives;

public interface CrdtMergable> {

	S merge(S other);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy