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

com.github.ftrossbach.kiqr.client.service.rest.URISupplier Maven / Gradle / Ivy

The newest version!
package com.github.ftrossbach.kiqr.client.service.rest;

import java.io.IOException;
import java.net.URISyntaxException;

/**
 * Created by ftr on 10/03/2017.
 */
@FunctionalInterface
public interface URISupplier {


    T get() throws URISyntaxException, IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy