Uses of Interface
edu.rice.cs.plt.lambda.LambdaUtil.GeneralRunnable

Packages that use LambdaUtil.GeneralRunnable
edu.rice.cs.plt.lambda A collection of interfaces facilitating first-class functions in Java. 
 

Uses of LambdaUtil.GeneralRunnable in edu.rice.cs.plt.lambda
 

Fields in edu.rice.cs.plt.lambda declared as LambdaUtil.GeneralRunnable
static LambdaUtil.GeneralRunnable LambdaUtil.NO_OP
          A runnable that does nothing.
 

Methods in edu.rice.cs.plt.lambda that return LambdaUtil.GeneralRunnable
static LambdaUtil.GeneralRunnable LambdaUtil.promote(Runnable r)
          Create a GeneralRunnable equivalent to r that ignores any arguments.