Package | Description |
---|---|
cn.hutool.core.builder |
建造者工具
用于建造特定对象或结果 |
cn.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的Map和Table
|
Modifier and Type | Method and Description |
---|---|
<P1,P2> GenericBuilder<T> |
GenericBuilder.with(Consumer3<T,P1,P2> consumer,
P1 p1,
P2 p2)
调用2参数方法
|
Modifier and Type | Method and Description |
---|---|
default void |
Table.forEach(Consumer3<? super R,? super C,? super V> consumer)
遍历表格的单元格,处理值
|
Copyright © 2024. All rights reserved.