mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-26 08:21:23 +00:00
Formatting
This commit is contained in:
@@ -6,6 +6,8 @@ import java.io.InputStream;
|
||||
/**
|
||||
* A functional interface, equivalent to {@link java.util.function.Function} but that allows throwing {@link Throwable}
|
||||
*
|
||||
* @param <R>
|
||||
* the type to of object to be returned
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface InputStreamFunction<R> extends FunctionThrows<InputStream, R, IOException> {
|
||||
|
||||
Reference in New Issue
Block a user