all

public static CompositeQueryFilter all(QueryFilter first, Array<QueryFilter> rest)

Creates a new conjunction composite filter.

A record is considered matching this filter if and only if it matches all of the passed filters.