SyncLatest2State struct¶
Defined in
Namespace: ReactiveUI.Primitives.Async.Advanced
Assembly: ReactiveUI.Primitives.Async.Core.dll
Full name: ReactiveUI.Primitives.Async.Advanced.SyncLatest2State<T1, T2>
Modifiers: public sealed
Summary¶
Bundles the source observables for the arity-2 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 SyncLatest2State~T1,T2~
class IEquatable~SyncLatest2State~T1, T2~~ {
<>
}
IEquatable~SyncLatest2State~T1, T2~~ <|.. SyncLatest2State~T1,T2~
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Bundles the source observables for the arity-2 SyncLatest operator. |
Properties¶
| Name | Summary |
|---|---|
| Source1 | Source observable 1. |
| Source2 | Source observable 2. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |