JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.ehrbase.openehr.sdk.util.functional
Interface ExceptionalSupplier<T,
E extends
Exception
>
All Superinterfaces:
Supplier
<T>
public interface
ExceptionalSupplier<T,
E extends
Exception
>
extends
Supplier
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
T
doGet
()
default
T
get
()
Method Details
doGet
T
doGet
() throws
E
Throws:
E
extends
Exception
get
default
T
get
()
Specified by:
get
in interface
Supplier
<
T
>