Gee.Lazy – gee-0.8 Reference Manual
Lazy
Object Hierarchy:
Gee.Lazy
Gee.Lazy
Gee.Lazy
Description:
public
class
Lazy
<
G
>
Represents a lazy value. I.e. value that is computed on demand.
This class is not thread-safe.
Namespace:
Gee
Package:
gee-0.8
Content:
Properties:
public
Future
<
G
>?
future
{
owned
get
; }
Provides a future for a lazy value.
public
G
value
{
get
; }
Creation methods:
public
Lazy
(
owned
LazyFunc
<
G
> func)
public
Lazy.from_value
(
G
item)
Methods:
public
G
@get
()
public
void
eval
()
2022 vala-language.org