| Package | Description |
|---|---|
| com.alibaba.csp.sentinel.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <C1,C2> Tuple2<C1,C2> |
Tuple2.of(C1 c1,
C2 c2)
Factory method for creating a Tuple.
|
Tuple2<R2,R1> |
Tuple2.swap()
Swaps the element of this Tuple.
|
Copyright © 2019 Alibaba Group. All rights reserved.