I
- Input type 1.R
- Return type.T
- Thrown exception.FailableFunction
.@Deprecated @FunctionalInterface public static interface Functions.FailableFunction<I,R,T extends Throwable>
Function
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
R |
apply(I input)
Deprecated.
Applies this function.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.