@FunctionalInterface public interface IOFunction<T,R>
Function
that may throw IOException
.Modifier and Type | Method and Description |
---|---|
R |
apply(T value) |
R apply(T value) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.