Show / Hide Table of Contents

Interface IAsyncReactiveGroupedQbservable<TKey, TElement>

Interface for a grouped observable represented by an expression tree.

Inherited Members
IAsyncReactiveGroupedObservable<TKey, TElement>.Key
IAsyncReactiveQbservable<TElement>.SubscribeAsync(IAsyncReactiveQbserver<TElement>, Uri, Object, CancellationToken)
IAsyncReactiveObservable<TElement>.SubscribeAsync(IAsyncReactiveObserver<TElement>, Uri, Object, CancellationToken)
IAsyncReactiveQbservable.ElementType
IAsyncReactiveExpressible.Provider
IExpressible.Expression
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveGroupedQbservable<out TKey, out TElement> : IAsyncReactiveGroupedObservable<TKey, TElement>, IAsyncReactiveQbservable<TElement>, IAsyncReactiveObservable<TElement>, IAsyncReactiveQbservable, IAsyncReactiveExpressible, IExpressible
Type Parameters
Name Description
TKey

Type of the key of the group.

TElement

Type of the data produced by the observable.

In This Article
Back to top Generated by DocFX