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