operator & method

Combine two orderings with THEN

Implementation

ComposableOrdering operator &(ComposableOrdering other) {
  return ComposableOrdering._(orderingBuilders.union(other.orderingBuilders));
}