org.apache.spark.api.java.function
Interface Function0<R>

All Superinterfaces:
java.io.Serializable

public interface Function0<R>
extends java.io.Serializable

A zero-argument function that returns an R.


Method Summary
 R call()
           
 

Method Detail

call

R call()
       throws Exception
Throws:
Exception