@FunctionalInterface public interface ExceptionIntFunction<R>
| 限定符和类型 | 方法和说明 |
|---|---|
R |
apply(int value)
Applies this function to the given argument.
|
default java.util.function.IntFunction<R> |
toFunction() |
R apply(int value) throws Exception
value - the function argumentException - Exceptiondefault java.util.function.IntFunction<R> toFunction()
Copyright © 2022. All rights reserved.