Class ReduceWrapper<T>
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.ReduceWrapper<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiFunction<T,T,T>
,java.util.function.BinaryOperator<T>
,FunctionDescriptor.SerializableBinaryOperator<T>
public class ReduceWrapper<T> extends java.lang.Object implements FunctionDescriptor.SerializableBinaryOperator<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReduceWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.Object o, java.lang.Object o2)
-