Uses of Interface
org.apache.tapestry5.func.LazyValue

Packages that use LazyValue
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
 class LazyZipValue<A,B>
           
 

Methods in org.apache.tapestry5.func that return LazyValue
 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
LazyContinuation(LazyValue<T> nextValue, LazyFunction<T> nextFunction)
           
 



Copyright © 2003-2012 The Apache Software Foundation.