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

Packages that use LazyFunction
org.apache.tapestry5.func Light-weight functional programming for Flows of values 
 

Uses of LazyFunction in org.apache.tapestry5.func
 

Methods in org.apache.tapestry5.func that return LazyFunction
 LazyFunction<T> LazyContinuation.nextFunction()
          Returns a new lazy function that will return the next continuation.
 

Methods in org.apache.tapestry5.func with parameters of type LazyFunction
static
<T> Flow<T>
F.lazy(LazyFunction<T> function)
          Creates a Flow from a lazy function.
 

Constructors in org.apache.tapestry5.func with parameters of type LazyFunction
LazyContinuation(LazyValue<T> nextValue, LazyFunction<T> nextFunction)
           
LazyContinuation(T nextValue, LazyFunction<T> nextFunction)
           
 



Copyright © 2003-2012 The Apache Software Foundation.