Class Combine.SimpleCombineFn<V>

All Implemented Interfaces:
Serializable, CombineFnBase.GlobalCombineFn<V,List<V>,V>, HasDisplayData, org.apache.beam.sdk.util.NameUtils.NameOverride
Enclosing class:
Combine

@Deprecated public static class Combine.SimpleCombineFn<V> extends Combine.IterableCombineFn<V>
Deprecated.
Converts a SerializableFunction from Iterable<V>s to Vs into a simple Combine.CombineFn over Vs.

@deprecated Use Combine.IterableCombineFn or the more space efficient Combine.BinaryCombineFn instead (which avoids buffering values).

See Also: