Show / Hide Table of Contents

Interface IGroupedQubscribable<TKey, TSource>

Represents a grouped subscribable source with an expression tree representation.

Inherited Members
IGroupedSubscribable<TKey, TSource>.Key
IQubscribable<TSource>.Expression
ISubscribable<TSource>.Subscribe(IObserver<TSource>)
Namespace: Reaqtive.Expressions
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IGroupedQubscribable<out TKey, out TSource> : IGroupedSubscribable<TKey, TSource>, IQubscribable<TSource>, ISubscribable<TSource>, IObservable<TSource>
Type Parameters
Name Description
TKey

Type of the key.

TSource

Type of the elements produced by the subscribable source.

In This Article
Back to top Generated by DocFX