SyncLatest4State struct¶
Defined in
Namespace: ReactiveUI.Primitives.Async.Advanced
Assembly: ReactiveUI.Primitives.Async.Core.dll
Full name: ReactiveUI.Primitives.Async.Advanced.SyncLatest4State<T1, T2, T3, T4>
Modifiers: public sealed
Summary¶
Bundles the source observables for the arity-4 SyncLatest operator.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471
Class hierarchy
classDiagram
class SyncLatest4State~T1,T2,T3,T4~
class IEquatable~SyncLatest4State~T1, T2, T3, T4~~ {
<>
}
IEquatable~SyncLatest4State~T1, T2, T3, T4~~ <|.. SyncLatest4State~T1,T2,T3,T4~
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Bundles the source observables for the arity-4 SyncLatest operator. |
Properties¶
| Name | Summary |
|---|---|
| Source1 | Source observable 1. |
| Source2 | Source observable 2. |
| Source3 | Source observable 3. |
| Source4 | Source observable 4. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |