operator & method
Combine two orderings with THEN
Implementation
ComposableOrdering operator &(ComposableOrdering other) {
return ComposableOrdering._(orderingBuilders.union(other.orderingBuilders));
}
Combine two orderings with THEN
ComposableOrdering operator &(ComposableOrdering other) {
return ComposableOrdering._(orderingBuilders.union(other.orderingBuilders));
}