T - input typeR - result type@FunctionalInterface public interface IOFunction<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T value)
Applies the transformation.
|
R apply(T value) throws IOException
value - source value (never null)IOException - if the transformation cannot be performedCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.