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

Uses of LazyValue in org.apache.tapestry5.func
 

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 © 2010 Apache Software Foundation. All Rights Reserved.