Example usage for org.apache.spark.api.java.function ReduceFunction interface-usage

List of usage examples for org.apache.spark.api.java.function ReduceFunction interface-usage

Introduction

In this page you can find the example usage for org.apache.spark.api.java.function ReduceFunction interface-usage.

Usage

From source file org.eclairjs.nashorn.JSReduceFunction.java

public class JSReduceFunction extends JSBaseFunction implements org.apache.spark.api.java.function.ReduceFunction {

    public JSReduceFunction(String func, Object[] o) {
        super(func, o);
    }