Package cn.sinozg.applet.common.function
Interface FunctionException<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.
- Since:
- 2024-01-22 13:16
- Author:
- xieyubin
-
Method Summary
-
Method Details
-
apply
Applies this function to the given argument.- Parameters:
t- the function argument- Returns:
- the function result
- Throws:
Exception- Exception
-