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

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

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

import org.jetbrains.annotations.Nullable;

public interface CrdtExtractable> {

	@Nullable
	S extract(long timestamp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy