Package | Description |
---|---|
cn.hutool.core.builder |
建造者工具
用于建造特定对象或结果 |
Modifier and Type | Method and Description |
---|---|
static <T,P1,P2,P3> |
GenericBuilder.of(Supplier3<T,P1,P2,P3> instant,
P1 p1,
P2 p2,
P3 p3)
通过3参数实例化器创建GenericBuilder
|
Copyright © 2024. All rights reserved.