| 类 | 说明 |
|---|---|
| Tuple |
Abstract Tuple type.
|
| Tuple0 |
Tuple0 consisting of empty element.
|
| Tuple1<A> |
Tuple1 consisting of one element.
|
| Tuple2<A,B> |
Tuple2 consisting of two elements.
|
| Tuple3<A,B,C> |
Tuple3 consisting of three elements.
|
| Tuple4<A,B,C,D> |
Tuple4 consisting of four elements.
|
| Tuple5<A,B,C,D,E> |
Tuple5 consisting of five elements.
|
| Tuple6<A,B,C,D,E,F> |
Tuple6 consisting of six elements.
|
| Tuple7<A,B,C,D,E,F,G> |
Tuple7 consisting of seven elements.
|
| Tuple8<A,B,C,D,E,F,G,H> |
Tuple8 consisting of eight elements.
|
| Tuple9<A,B,C,D,E,F,G,H,I> |
Tuple9 consisting of nine elements.
|
Copyright © 2023. All rights reserved.