| 程序包 | 说明 |
|---|---|
| cn.hutool.core.builder |
建造者工具
用于建造特定对象或结果 |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,P1,P2,P3> |
GenericBuilder.of(Supplier3<T,P1,P2,P3> instant,
P1 p1,
P2 p2,
P3 p3)
通过3参数实例化器创建GenericBuilder
|
static <T,P1,P2,P3> |
GenericBuilder.of(Supplier3<T,P1,P2,P3> instant,
P1 p1,
P2 p2,
P3 p3)
通过3参数实例化器创建GenericBuilder
|
Copyright © 2022. All rights reserved.