public static class CombineFns.CoCombineResult
extends java.lang.Object
implements java.io.Serializable
See CombineFns.compose() for details.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
<V> V | 
get(TupleTag<V> tag)
Returns the value represented by the given  
TupleTag. | 
int | 
hashCode()  | 
@Nullable public <V> V get(TupleTag<V> tag)
TupleTag.
 It is an error to request a non-exist tuple tag from the CombineFns.CoCombineResult.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object