The subset to test for. This can either be an array, a reference to a field or another filter function.
The set to test. This can either be an array, a reference to a field or another filter function.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Build a filter function to test whether a set is a subset of the other, i.e. whether the second parameter can be transformed into the first by reordering and / or removing items. Evaluates to boolean.
Returns
The newly created filter function.