GetStreamTransformation<T> constructor

GetStreamTransformation<T>(
  1. AddSubscription<T> _addSubscription,
  2. RemoveSubscription<T> _removeSubscription
)

Implementation

GetStreamTransformation(this._addSubscription, this._removeSubscription);