Package org.apache.wayang.spark.compiler
Class BinaryOperatorAdapter<Type>
java.lang.Object
org.apache.wayang.spark.compiler.BinaryOperatorAdapter<Type>
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function2<Type,
Type, Type>
public class BinaryOperatorAdapter<Type>
extends Object
implements org.apache.spark.api.java.function.Function2<Type,Type,Type>
Wraps a
BinaryOperator
as a Function2
.- See Also:
-
Constructor Summary
Constructors -
Method Summary