Show / Hide Table of Contents

Interface IGroupedSubscribable<TKey, TSource>

Represents a subscribable source with a grouping key.

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

Type of the key.

TSource

Type of the elements produced by the subscribable source.

Properties

Key

Gets the grouping key.

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