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

org.kohsuke.github.function.InputStreamFunction Maven / Gradle / Ivy

The newest version!
package org.kohsuke.github.function;

import java.io.IOException;
import java.io.InputStream;

/**
 * A functional interface, equivalent to {@link java.util.function.Function} but that allows throwing {@link Throwable}
 *
 * @param 
 *            the type to of object to be returned
 */
@FunctionalInterface
public interface InputStreamFunction extends FunctionThrows {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy