Pattern<TSource1, TSource2, TSource3>
Represents a join pattern over three observable sequences.
            
                
Creates a pattern that matches when all four observable sequences have an available element.
            
Matches when all observable sequences have an available element and projects the elements by invoking the selector function.