Interface CallableEx<V,T extends Exception>
-
- All Superinterfaces:
Callable<V>
- All Known Implementing Classes:
ConcurrentLazy
public interface CallableEx<V,T extends Exception> extends Callable<V>
An extension of
Callable
which can throw a specific exception.- Since:
- 2017.2
- Author:
- Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
call()
-