| 程序包 | 说明 |
|---|---|
| cn.maarlakes.common.tuple |
| 限定符和类型 | 方法和说明 |
|---|---|
Tuple1<T1> |
Tuple1.clone() |
<TR> Tuple1<TR> |
Tuple1.map(Function<T1,TR> map) |
<TR> Tuple1<TR> |
Tuple1.mapItem1(Function<T1,TR> map) |
static <T1> Tuple1<T1> |
Tuple.of(T1 item1) |
Tuple1<T1> |
Tuple1.with(T1 item1) |
Tuple1<T1> |
Tuple1.withItem1(T1 item1) |
Copyright © 2023. All rights reserved.