Interface ValueJoiner<V1,V2,R>  
- Type Parameters:
- V1- the type of the first value
- V2- the type of the second value
- R- 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- 
applyJoins two values and produces a result.- Parameters:
- value1- the first value
- value2- the second value
- Returns:
- the result
 
 
-