List of usage examples for org.apache.spark.api.java.function ForeachFunction interface-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); }