Summary
Extension methods associated with observables.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservableMixins"]
class Type type-node
Syntax
public static class ObservableMixins
Methods
Name | Value | Summary |
---|---|---|
WhereNotNull |
IObservable |
Returns only values that are not null.
Converts the nullability.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|