Skip to content

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

NameSummary
.ctorBundles the source observables for the arity-4 SyncLatest operator.

Properties

NameSummary
Source1Source observable 1.
Source2Source observable 2.
Source3Source observable 3.
Source4Source observable 4.

Methods

NameSummary
ToString
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality