Uses of Interface
org.apache.tapestry5.func.LazyFunction
Packages that use LazyFunction
Package
Description
Light-weight functional programming for Flows of values
-
Uses of LazyFunction in org.apache.tapestry5.func
Methods in org.apache.tapestry5.func that return LazyFunctionModifier and TypeMethodDescriptionLazyContinuation.nextFunction()
Returns a new lazy function that will return the next continuation.Methods in org.apache.tapestry5.func with parameters of type LazyFunctionModifier and TypeMethodDescriptionstatic <T> Flow<T>
F.lazy
(LazyFunction<T> function) Creates aFlow
from a lazy function.Constructors in org.apache.tapestry5.func with parameters of type LazyFunctionModifierConstructorDescriptionLazyContinuation
(LazyValue<T> nextValue, LazyFunction<T> nextFunction) LazyContinuation
(T nextValue, LazyFunction<T> nextFunction)