R
- Return type.T
- Thrown exception.FailableCallable
.@Deprecated @FunctionalInterface public static interface Functions.FailableCallable<R,T extends Throwable>
Callable
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
R |
call()
Deprecated.
Calls the callable.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.