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

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

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

Methods in edu.rice.cs.plt.lambda that return LazyThunk
static
<R> LazyThunk<R>
LazyThunk.make(Thunk<? extends R> value)