K - key typeV - aggregate value typepublic interface Merger<K,V>
SessionWindows with the given key.| Modifier and Type | Method | Description | 
|---|---|---|
V | 
apply(K aggKey,
     V aggOne,
     V aggTwo) | 
 Compute a new aggregate from the key and two aggregates. 
 |