either

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

Creates a new disjunction composite filter.

A record is considered matching this filter if it matches at least one of the aggregated filters.

Return

new instance of CompositeFilter

Parameters

first

the first Filter

rest

the array of additional filters, possibly empty