|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LazyFunction | |
|---|---|
| org.apache.tapestry5.func | |
| Uses of LazyFunction in org.apache.tapestry5.func |
|---|
| Methods in org.apache.tapestry5.func that return LazyFunction | |
|---|---|
LazyFunction<T> |
LazyContinuation.nextFunction()
Returns a new lazy function that will return the next continuation. |
| Methods in org.apache.tapestry5.func with parameters of type LazyFunction | ||
|---|---|---|
static
|
F.lazy(LazyFunction<T> function)
Creates a Flow from a lazy function. |
|
| Constructors in org.apache.tapestry5.func with parameters of type LazyFunction | |
|---|---|
LazyContinuation(LazyValue<T> nextValue,
LazyFunction<T> nextFunction)
|
|
LazyContinuation(T nextValue,
LazyFunction<T> nextFunction)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||