|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResolvingThunk<R>
A thunk that may be in a "resolved" or "unresolved" state. In a resolved state, invocations of
value() will return promptly and without exception.
| Method Summary | |
|---|---|
boolean |
isResolved()
Test whether the thunk is in a "resolved" state. |
| Methods inherited from interface edu.rice.cs.plt.lambda.Thunk |
|---|
value |
| Method Detail |
|---|
boolean isResolved()
true, an invocation of value
will return promptly and without exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||