|
Project Wonder 5.0 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ERXLazyValue.Source | |
|---|---|
| er.extensions.foundation | |
| Uses of ERXLazyValue.Source in er.extensions.foundation |
|---|
| Classes in er.extensions.foundation that implement ERXLazyValue.Source | |
|---|---|
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. |
| Constructors in er.extensions.foundation with parameters of type ERXLazyValue.Source | |
|---|---|
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. |
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||