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

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