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 Details

    • BinaryOperatorAdapter

      public BinaryOperatorAdapter(BinaryOperator<Type> binaryOperator)
  • Method Details