Interface ValueJoiner<V1,V2,R>  
- Type Parameters:
 V1- the type of the first valueV2- the type of the second valueR- the result type
- All Superinterfaces:
 Operation,Serializable
- All Known Implementing Classes:
 PairValueJoiner
An interface for joining two values to produce a result.
- 
Method Summary
 
- 
Method Details
- 
apply
Joins two values and produces a result.- Parameters:
 value1- the first valuevalue2- the second value- Returns:
 - the result
 
 
 -