LinqMixins class¶
Defined in
Namespace: Minimalist.Reactive
Assembly: Minimalist.Reactive.dll
Full name: Minimalist.Reactive.LinqMixins
Modifiers: public static
Summary¶
SelectMixins.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static Select | Selects the specified selector. |
| static Buffer | Buffers the specified count. |
| static DisposeWith | Disposes the IDisposable with the disposables instance. |
| static Where | Wheres the specified predicate. |