Uses of Interface
org.apache.tapestry5.func.LazyFunction
-
Packages that use LazyFunction Package Description org.apache.tapestry5.func Light-weight functional programming for Flows of values -
-
Uses of LazyFunction in org.apache.tapestry5.func
Methods in org.apache.tapestry5.func that return LazyFunction Modifier and Type Method Description 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 Modifier and Type Method Description static <T> Flow<T>
F. lazy(LazyFunction<T> function)
Creates aFlow
from a lazy function.Constructors in org.apache.tapestry5.func with parameters of type LazyFunction Constructor Description LazyContinuation(LazyValue<T> nextValue, LazyFunction<T> nextFunction)
LazyContinuation(T nextValue, LazyFunction<T> nextFunction)
-