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

ch.streamly.domain.Timed Maven / Gradle / Ivy

The newest version!
package ch.streamly.domain;

/**
 * Wraps a value with its timestamp.
 *
 * @param  data type
 */
public interface Timed  extends WrappedValue {
    long time();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy