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