Namespace ReactiveExtensionsSharp.Extras
Classes
- BufferedEventSource<TEventArgs>
A handle to an eagerly-attached, buffered .NET event source created by FromEventBuffered<TDelegate, TEventArgs>(Action<TDelegate>, Action<TDelegate>, Func<Action<TEventArgs>, TDelegate>, int?). Disposing detaches the underlying event handler.
- RxExtensions
Extension methods providing an async-predicate flavor of
Filter.