public class IntToDoubleFunction
extends java.lang.Object
implements org.apache.spark.api.java.function.DoubleFunction<java.lang.Integer>
| Constructor and Description |
|---|
IntToDoubleFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
call(java.lang.Integer integer) |