Uses of Interface
org.apache.tapestry5.func.LazyValue
-
Packages that use LazyValue Package Description org.apache.tapestry5.func Light-weight functional programming for Flows of values -
-
Uses of LazyValue in org.apache.tapestry5.func
Classes in org.apache.tapestry5.func that implement LazyValue Modifier and Type Class Description class
LazyZipValue<A,B>
Methods in org.apache.tapestry5.func that return LazyValue Modifier and Type Method Description LazyValue<T>
LazyContinuation. nextValue()
Returns, indirectly, the next value computed by the lazy function.Constructors in org.apache.tapestry5.func with parameters of type LazyValue Constructor Description LazyContinuation(LazyValue<T> nextValue, LazyFunction<T> nextFunction)
-