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:
-
Constructor Details
-
ReduceWrapper
public ReduceWrapper()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<T,
T, T>
-