|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry5.func.LazyContinuation<T>
public class LazyContinuation<T>
The result of the evaluation of a LazyFunction.
| Constructor Summary | |
|---|---|
LazyContinuation(LazyValue<T> nextValue,
LazyFunction<T> nextFunction)
|
|
LazyContinuation(T nextValue,
LazyFunction<T> nextFunction)
|
|
| Method Summary | |
|---|---|
LazyFunction<T> |
nextFunction()
Returns a new lazy function that will return the next continuation. |
LazyValue<T> |
nextValue()
Returns, indirectly, the next value computed by the lazy function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyContinuation(T nextValue,
LazyFunction<T> nextFunction)
public LazyContinuation(LazyValue<T> nextValue,
LazyFunction<T> nextFunction)
| Method Detail |
|---|
public LazyValue<T> nextValue()
public LazyFunction<T> nextFunction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||