JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.codename1.util
Interface LazyValue<T>
public interface
LazyValue<T>
Useful when passing a value that might not exist to a function, e.g. when we pass a form that we might need to construct dynamically later on.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
(
Object
... args)
Returns the actual value
Method Detail
get
T
get(
Object
... args)
Returns the actual value
Parameters:
args
- optional arguments for the creation of the lazy value
Returns:
the value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method