ReactiveUI.Reactive.Builder namespace¶
Part of the ReactiveUI.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| BuilderMixins | class | Service-resolution extension members for [IReactiveUIInstance](# |
| IReactiveUIBuilder | interface | Fluent builder that configures ReactiveUI platform services, registrations, and schedulers before building an application instance. |
| IReactiveUIInstance | interface | Defines an application instance that provides access to schedulers for UI and background operations in a reactive programming context. |
| ReactiveUIBuilder | class | A builder class for configuring ReactiveUI services with AOT compatibility. Extends the Splat AppBuilder to provide ReactiveUI-specific configuration. |
| RxAppBuilder | class | Provides static methods for configuring and initializing ReactiveUI using the builder pattern. |
| RxAppBuilderMixins | class | Provides extension members for configuring ReactiveUI using the builder pattern. |