Pattern class¶
Defined in
Namespace: System.Reactive.Joins
Assembly: System.Reactive.dll
Full name: System.Reactive.Joins.Pattern<T>
Modifiers: public
Summary¶
Represents a join pattern over one observable sequence.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class Pattern~T~
class Pattern
Pattern <|-- Pattern~T~
Inherits from: Pattern
Methods¶
| Name | Summary |
|---|---|
| Then | Matches when all observable sequences have an available element and projects the elements by invoking the selector function. |