Package top.tangyh.basic.function
Interface CheckedFunction<T,R>
- Type Parameters:
T- 入参类型R- 出参类型
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
处理异常的 函数
- Author:
- zuihou
-
Method Summary
-
Method Details
-
apply
执行- Parameters:
t- 入参- Returns:
- R 出参
- Throws:
Exception- 异常
-