JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.fuchss.tools.lambda
Interface SupplierWithException<O>
public interface
SupplierWithException<O>
Same as
Supplier
but with
Exception
.
Author:
Dominik Fuchss
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
O
get
()
Method Details
get
O
get
() throws
Exception
Throws:
Exception