containsAllOf
sourcecontainsAllOf<R, F extends string | number | symbol>(field: F, value: ElementType<R[F]>[]): ListPredicatesource
Returns a predicate that evaluates to true if the field is a collection that contains all of the values of the argument. Works for array, map, and set fields.