Uses of Class
edu.rice.cs.plt.lambda.DelayedThunk

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

Uses of DelayedThunk in edu.rice.cs.plt.lambda
 

Methods in edu.rice.cs.plt.lambda that return DelayedThunk
static
<R> DelayedThunk<R>
DelayedThunk.make()
          Call the constructor (allows R to be inferred)