JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.toolbox.api.functional
CheckedSupplier
Contents
Description
Method Summary
Method Details
doGet()
get()
Hide sidebar
Show sidebar
Interface CheckedSupplier<
T
>
All Superinterfaces:
Supplier
<T>
public interface
CheckedSupplier<T>
extends
Supplier
<T>
an extension of
Supplier
which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream API
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
Exception
Throws:
Exception
get
default
T
get
()
Specified by:
get
in interface
Supplier
<
T
>