Pattern<TSource1> public class Pattern<TSource1> : Pattern Represents a join pattern over one observable sequence. Documentation Code 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.