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

io.hyperfoil.api.statistics.CustomValue Maven / Gradle / Ivy

There is a newer version: 0.27
Show newest version
package io.hyperfoil.api.statistics;

import java.io.Serializable;

public interface CustomValue extends Serializable, Cloneable {
   void add(CustomValue other);
   void substract(CustomValue other);
   void reset();
   CustomValue clone();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy