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