Module org.kohsuke.github.api
Package org.kohsuke.github.function
Interface SupplierThrows<T,E extends Throwable>
- Type Parameters:
T
- the type of outputE
- the type of error
- 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
-
get
Get a value.- Returns:
- the
- Throws:
E
- the exception that may be thrown
-