Class ExtendedBinaryOperatorAdapter<Type>

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.Function2<Type,​Type,​Type>

    public class ExtendedBinaryOperatorAdapter<Type>
    extends java.lang.Object
    implements org.apache.spark.api.java.function.Function2<Type,​Type,​Type>
    Implements a Function2 that calls ExtendedFunction.open(ExecutionContext) of its implementation before delegating the very first Function2.call(Object, Object).
    See Also:
    Serialized Form