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