and

public CompositeQueryParameter and(Column column, Filter filter)

Merges current instance with the given filter.

The resulting CompositeQueryParameter is joined with the ALL operator.

Return

new instance of CompositeQueryParameter merged from current instance and the given filter

Parameters

column

the Column to add the filter to

filter

the value of the filter to add