org.knowm.xchange.bitmex.service.Supplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-bitmex Show documentation
Show all versions of xchange-bitmex Show documentation
XChange implementations for the BitMex Exchange.
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