Show / Hide Table of Contents

Interface IReactiveGroupedObservable<TKey, TElement>

Interface for grouped observables.

Inherited Members
IReactiveObservable<TElement>.Subscribe(IReactiveObserver<TElement>, Uri, Object)
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IReactiveGroupedObservable<out TKey, out TElement> : IReactiveObservable<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