edu.rice.cs.plt.lambda
Interface Runnable1<T>

Type Parameters:
T - the argument type
All Known Subinterfaces:
LambdaUtil.GeneralRunnable
All Known Implementing Classes:
ListenerSet

public interface Runnable1<T>

A lambda that doesn't have a return value (relying instead on side effects).

See Also:
Runnable, Runnable2, Runnable3, Runnable4, Lambda

Method Summary
 void run(T arg)
           
 

Method Detail

run

void run(T arg)