Package | Description |
---|---|
er.extensions.foundation |
Modifier and Type | Class and Description |
---|---|
static class |
ERXLazyValue.ConstantSource<T>
ConstantSource provides a Source implementation on top of a fixed value.
|
static class |
ERXLazyValue.KVCSource<T>
KVCSource provides a wrapper around a KVC binding, which is very useful
in components.
|
Constructor and Description |
---|
ERXLazyValue(ERXLazyValue.Source<T> dataSource)
Constructs a new ERXLazyValue with a data source and a NeverInvalidator,
which behaves like a "once" lazy value.
|
ERXLazyValue(ERXLazyValue.Source<T> dataSource,
ERXLazyValue.Invalidator invalidator)
Constructs a new ERXLazyValue with a data source and an invalidator.
|
Copyright © 2002 – 2024 Project Wonder.