![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.teachingexamples.HeaterInterface Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.teachingexamples;
public interface HeaterInterface {
/**
* With a price of 10 c€ / kWh
*
* @return the price in €
*/
double pricePerHour();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy