Package org.apache.wayang.spark.compiler
Class BinaryOperatorAdapter<Type>
- java.lang.Object
-
- org.apache.wayang.spark.compiler.BinaryOperatorAdapter<Type>
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.spark.api.java.function.Function2<Type,Type,Type>
public class BinaryOperatorAdapter<Type> extends java.lang.Object implements org.apache.spark.api.java.function.Function2<Type,Type,Type>
Wraps aBinaryOperator
as aFunction2
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryOperatorAdapter(java.util.function.BinaryOperator<Type> binaryOperator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
call(Type dataQuantum0, Type dataQuantum1)
-
-
-
Constructor Detail
-
BinaryOperatorAdapter
public BinaryOperatorAdapter(java.util.function.BinaryOperator<Type> binaryOperator)
-
-