JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Module
org.kohsuke.github.api
Package org.kohsuke.github.function
package
org.kohsuke.github.function
Related Packages
Package
Description
org.kohsuke.github
org.kohsuke.github.authorization
org.kohsuke.github.connector
org.kohsuke.github.extras
org.kohsuke.github.internal
Interfaces
Class
Description
FunctionThrows
<T,
R,
E extends
Throwable
>
A functional interface, equivalent to
Function
but that allows throwing
Throwable
InputStreamFunction
<R>
A functional interface, equivalent to
Function
but that allows throwing
Throwable
SupplierThrows
<T,
E extends
Throwable
>
A functional interface, equivalent to
Supplier
but that allows throwing
Throwable