org.apache.spark.api.java.function
Interface DoubleFlatMapFunction<T>

All Superinterfaces:
java.io.Serializable

public interface DoubleFlatMapFunction<T>
extends java.io.Serializable

A function that returns zero or more records of type Double from each input record.


Method Summary
 Iterable<Double> call(T t)
           
 

Method Detail

call

Iterable<Double> call(T t)
                      throws Exception
Throws:
Exception