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

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

There is a newer version: 3.1.0
Show newest version
package io.datakernel.crdt.primitives;

public interface CrdtMergable> {

	S merge(S other);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy