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

org.knowm.xchange.bitmex.service.Supplier Maven / Gradle / Ivy

The newest version!
package org.knowm.xchange.bitmex.service;

import java.io.IOException;

@FunctionalInterface
public interface Supplier {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy