JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.thecsdev.common.util.interfaces
CheckedRunnable
Contents
Description
Method Summary
Method Details
run()
Hide sidebar
Show sidebar
Interface CheckedRunnable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
CheckedRunnable
A
Runnable
-like interface with a
run()
method that is able to throw
Exception
s.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
()
Runs this operation.
Method Details
run
void
run
() throws
Exception
Runs this operation.
Throws:
Exception