@FunctionalInterface public interface DoubleFlatMapFunction<T> extends java.io.Serializable
java.util.Iterator<Double>
call(T t)
java.util.Iterator<Double> call(T t) throws Exception
Exception