org.apache.tapestry5.func
Interface LazyValue<T>

All Known Implementing Classes:
LazyZipValue

public interface LazyValue<T>

A function that returns a value, allowing the computation of that value to be deferred as late as possible.


Method Summary
 T get()
          Compute and return the value.
 

Method Detail

get

T get()
Compute and return the value.



Copyright © 2003-2012 The Apache Software Foundation.