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

org.revenj.patterns.Snapshot Maven / Gradle / Ivy

The newest version!
package org.revenj.patterns;

import java.time.OffsetDateTime;

public interface Snapshot extends Identifiable {
	OffsetDateTime getAt();

	String getAction();

	T getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy