Interface CancellationManager.CheckedFunction<T,R>
-
- Enclosing class:
- CancellationManager
public static interface CancellationManager.CheckedFunction<T,R>
Callable which may throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t)
-