Interface OpenLambda.ThrowingFunction<T,R>
- Type Parameters:
T- the input type | 输入类型R- the result type | 结果类型
- Enclosing class:
OpenLambda
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that can throw checked exceptions
可以抛出检查异常的函数
- Since:
- JDK 25, opencode-base-reflect V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
apply
-