Package cn.dev33.satoken.fun
Interface SaRetGenericFunction<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
无形参、有返回值(泛型)的函数式接口,方便开发者进行 lambda 表达式风格调用
- Since:
- 1.42.0
- Author:
- click33
-
Method Summary
-
Method Details
-
run
T run()执行的方法- Returns:
- 返回值
-