Class CombineWithContext.CombineFnWithContext<InputT,AccumT,OutputT>

java.lang.Object
org.apache.beam.sdk.transforms.CombineWithContext.CombineFnWithContext<InputT,AccumT,OutputT>
All Implemented Interfaces:
Serializable, CombineFnBase.GlobalCombineFn<InputT,AccumT,OutputT>, CombineWithContext.RequiresContextInternal, HasDisplayData
Direct Known Subclasses:
CombineFns.ComposedCombineFnWithContext
Enclosing class:
CombineWithContext

public abstract static class CombineWithContext.CombineFnWithContext<InputT,AccumT,OutputT> extends Object implements CombineWithContext.RequiresContextInternal
A combine function that has access to PipelineOptions and side inputs through CombineWithContext.Context.

See the equivalent Combine.CombineFn for details about combine functions.

See Also: