Interface Unchecked.SneakyCallable<T>
-
- All Superinterfaces:
java.util.concurrent.Callable<T>
- Enclosing class:
- Unchecked
public static interface Unchecked.SneakyCallable<T> extends java.util.concurrent.Callable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
call()
-