<PackageReference Include="System.Reactive" Version="6.0.0" />

Pattern<TSource1>

public class Pattern<TSource1> : Pattern
Represents a join pattern over one observable sequence.
public Plan<TResult> Then<TResult>(Func<TSource1, TResult> selector)

Matches when all observable sequences have an available element and projects the elements by invoking the selector function.