Uses of Interface
org.apache.tapestry5.func.LazyValue
Packages that use LazyValue
Package
Description
Light-weight functional programming for Flows of values
-
Uses of LazyValue in org.apache.tapestry5.func
Classes in org.apache.tapestry5.func that implement LazyValueMethods in org.apache.tapestry5.func that return LazyValueModifier and TypeMethodDescriptionLazyContinuation.nextValue()
Returns, indirectly, the next value computed by the lazy function.Constructors in org.apache.tapestry5.func with parameters of type LazyValueModifierConstructorDescriptionLazyContinuation
(LazyValue<T> nextValue, LazyFunction<T> nextFunction)