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

aQute.quantity.base.util.ToConverter Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show newest version
package aQute.quantity.base.util;

public interface ToConverter> {
	double to(T q) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy