JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.toolbox.api.functional
CheckedCallable
Contents
Description
Method Summary
Method Details
doCall()
call()
Hide sidebar
Show sidebar
Interface CheckedCallable<
T
>
All Superinterfaces:
Callable
<T>
public interface
CheckedCallable<T>
extends
Callable
<T>
an extension of
Callable
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
default
T
call
()
T
doCall
()
Method Details
doCall
T
doCall
() throws
Exception
Throws:
Exception
call
default
T
call
()
Specified by:
call
in interface
Callable
<
T
>