R - Return type.E - Thrown exception.@FunctionalInterface public interface FailableCallable<R,E extends Throwable>
Callable that declares a Throwable.| Modifier and Type | Method and Description |
|---|---|
R |
call()
Calls the callable.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.