public class PairValueJoiner<V1,V2> extends Object implements ValueJoiner<V1,V2,Pair<V1,V2>>
A 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  Pairof the values as the result. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.