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