Module org.kohsuke.github.api
Package org.kohsuke.github.function
Interface FunctionThrows<T,R,E extends Throwable>
- Type Parameters:
T
- the type of inputR
- the type of outputE
- the type of error
- All Known Subinterfaces:
InputStreamFunction<R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
apply
Apply r.- Parameters:
input
- the input- Returns:
- the r
- Throws:
E
- the e
-