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

All Superinterfaces:
java.io.Serializable

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

A function with no return value.


Method Summary
 void call(T t)
           
 

Method Detail

call

void call(T t)
          throws Exception
Throws:
Exception