T
- Input type@FunctionalInterface public interface IOToIntFunction<T>
ToIntFunction
but allowing an
IOException
to be thrown.Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(T value)
Apply this function to the argument.
|
int applyAsInt(T value) throws IOException
value
- argumentIOException
- if an I/O error occursCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.