mergeWith

infix fun <M : Member, R : MemberResolver<M, T>, T : Any, U : MemberCondition<M, R, T>> U.mergeWith(other: U)

Merge this condition with another other condition.

Receiver

the condition to merge from.

Parameters

other

the other condition to merge with.