public class TestFunction
extends java.lang.Object
implements org.apache.spark.api.java.function.Function<java.lang.Integer,java.lang.Integer>
Constructor and Description |
---|
TestFunction(java.util.List<java.lang.Integer> lst) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
call(java.lang.Integer i) |
int |
getA() |
java.util.List<java.lang.Integer> |
getLst() |