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

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

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

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