Show / Hide Table of Contents

Interface IAsyncReactiveGroupedObservable<TKey, TElement>

Interface for grouped observables.

Inherited Members
IAsyncReactiveObservable<TElement>.SubscribeAsync(IAsyncReactiveObserver<TElement>, Uri, Object, CancellationToken)
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IAsyncReactiveGroupedObservable<out TKey, out TElement> : IAsyncReactiveObservable<TElement>
Type Parameters
Name Description
TKey

Type of the key of the group.

TElement

Type of the data produced by the observable.

Properties

Key

Gets the key of the group.

Declaration
TKey Key { get; }
Property Value
Type Description
TKey
In This Article
Back to top Generated by DocFX