ObservableEx Class

Summary

Provides common observable methods not found in standard Rx framework.
Namespace
Avalonia.Reactive
Base Types
  • object
graph BT Type-->Base0["object"] Type["ObservableEx"] class Type type-node

Syntax

public static class ObservableEx

Methods

Name Value Summary
SingleValue<T>(T) IObservable<T>
Returns an observable that fires once with the specified value and never completes.
static