V1 - the type of the first valueV2 - the type of the second valuepublic class PairValueJoiner<V1,V2> extends Object implements ValueJoiner<V1,V2,Pair<V1,V2>>
ValueJoiner that joins two values to produce a Pair of the two values as the result.| Constructor and Description |
|---|
PairValueJoiner() |
| Modifier and Type | Method and Description |
|---|---|
Pair<V1,V2> |
apply(V1 value1,
V2 value2)
Joins two values and produces a
Pair of the values as the result. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.