JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openrewrite.test
Interface UncheckedSupplier<T>
All Superinterfaces:
Supplier
<T>
public interface
UncheckedSupplier<T>
extends
Supplier
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
T
get
()
T
getThrows
()
Method Details
get
default
T
get
()
Specified by:
get
in interface
Supplier
<
T
>
getThrows
T
getThrows
() throws
Exception
Throws:
Exception