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

io.mapsmessaging.devices.sensorreadings.ReadingSupplier Maven / Gradle / Ivy

The newest version!
package io.mapsmessaging.devices.sensorreadings;

import java.io.IOException;

public interface ReadingSupplier {

  /**
   * Gets a result.
   *
   * @return a result
   */
  T get() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy