Package | Description |
---|---|
org.apache.tapestry5.func |
Light-weight functional programming for Flows of values
|
Modifier and Type | Method and Description |
---|---|
LazyFunction<T> |
LazyContinuation.nextFunction()
Returns a new lazy function that will return the next continuation.
|
Modifier and Type | Method and Description |
---|---|
static <T> Flow<T> |
F.lazy(LazyFunction<T> function)
Creates a
Flow from a lazy function. |
Constructor and Description |
---|
LazyContinuation(LazyValue<T> nextValue,
LazyFunction<T> nextFunction) |
LazyContinuation(T nextValue,
LazyFunction<T> nextFunction) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.