all

public static CompositeEventFilter all(EventFilter first, Array<EventFilter> 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.