Summary
Observable cache alias names.
- Namespace
- DynamicData
.Alias - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservableCacheAlias"]
class Type type-node
Syntax
public static class ObservableCacheAlias
Methods
Name | Value | Summary |
---|---|---|
Select |
IObservable |
Projects each update item to a new form using the specified transform function.
static
|
Select |
IObservable |
Projects each update item to a new form using the specified transform function.
static
|
Select |
IObservable |
Projects each update item to a new form using the specified transform function.
static
|
Select |
IObservable |
Projects each update item to a new form using the specified transform function.
static
|
SelectMany |
IObservable |
Equivalent to a select many transform. To work, the key must individually identify each child.
static
|
SelectSafe |
IObservable |
Projects each update item to a new form using the specified transform function,
providing an error handling action to safely handle transform errors without killing the stream.
static
|
SelectSafe |
IObservable |
Projects each update item to a new form using the specified transform function,
providing an error handling action to safely handle transform errors without killing the stream.
static
|
SelectSafe |
IObservable |
Projects each update item to a new form using the specified transform function,
providing an error handling action to safely handle transform errors without killing the stream.
static
|
SelectSafe |
IObservable |
Projects each update item to a new form using the specified transform function,
providing an error handling action to safely handle transform errors without killing the stream.
static
|
SelectTree |
IObservable |
Transforms the object to a fully recursive tree, create a hierarchy based on the pivot function.
static
|
Where |
IObservable |
Filters the specified source.
static
|
Where |
IObservable |
Creates a filtered stream which can be dynamically filtered.
static
|
Where |
IObservable |
Creates a filtered stream which can be dynamically filtered.
static
|
Where |
IObservable |
Creates a filtered stream which can be dynamically filtered.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|