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

imageresolver.UrlToHtml Maven / Gradle / Ivy

package imageresolver;

import java.util.function.Function;

@FunctionalInterface
public interface UrlToHtml extends Function {

    @Override
    HtmlDoc apply(String url);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy