mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
[enhancement] 使LambdaFactory.build支持构造器
This commit is contained in:
parent
373996fcbb
commit
94f3920bc2
@ -64,7 +64,7 @@ public class LambdaFactory {
|
||||
* 构建Lambda
|
||||
*
|
||||
* @param functionInterfaceType 接受Lambda的函数式接口类型
|
||||
* @param executable 方法对象
|
||||
* @param executable 方法对象,支持构造器
|
||||
* @param <F> Function类型
|
||||
* @return 接受Lambda的函数式接口对象
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user