Class ReduceWrapper<T>

java.lang.Object
org.apache.wayang.ml4all.abstraction.plan.wrappers.ReduceWrapper<T>
All Implemented Interfaces:
Serializable, BiFunction<T,T,T>, BinaryOperator<T>, FunctionDescriptor.SerializableBinaryOperator<T>

public class ReduceWrapper<T> extends Object implements FunctionDescriptor.SerializableBinaryOperator<T>
See Also: