JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
T
get
()
Compute and return the value.
Method Detail
get
T
get
()
Compute and return the value.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2003-2012
The Apache Software Foundation
.