JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.kohsuke.github.function.FunctionThrows
Packages that use
FunctionThrows
Package
Description
org.kohsuke.github.function
Uses of
FunctionThrows
in
org.kohsuke.github.function
Subinterfaces of
FunctionThrows
in
org.kohsuke.github.function
Modifier and Type
Interface
Description
interface
InputStreamFunction
<R>
A functional interface, equivalent to
Function
but that allows throwing
Throwable