@FunctionalInterface public interface CheckedFunction<INPUT,OUTPUT,THROWABLE extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
OUTPUT |
apply(INPUT input)
The same as
Function.apply(Object)
except that this method is declared with a throws-clause. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.