all

public static CompositeFilter all(Filter first, Array<Filter> rest)

Creates a new conjunction composite filter.

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

Return

new instance of CompositeFilter

Parameters

first

the first Filter

rest

the array of additional filters, possibly empty