Package org.kohsuke.github.function
Interface InputStreamFunction<R>
-
- Type Parameters:
R
- the type to of object to be returned
- All Superinterfaces:
FunctionThrows<InputStream,R,IOException>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InputStreamFunction<R> extends FunctionThrows<InputStream,R,IOException>
-
-
Method Summary
-
Methods inherited from interface org.kohsuke.github.function.FunctionThrows
apply
-
-