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

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

Introduction

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

Usage

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

public class JSForeachFunction extends JSBaseFunction implements ForeachFunction {

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