Representation of a filter function, that returns a collection of values.

Type Parameters

Hierarchy (view full)

Constructors

Properties

functionName: string

Methods

  • Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    Parameters

    • value: FieldT[]

      Value to be used in the filter.

    Returns Filter<EntityT, any, FieldT[]>

    The resulting filter.

  • Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    Parameters

    • value: FieldT[]

      Value to be used in the filter.

    Returns Filter<EntityT, any, FieldT[]>

    The resulting filter.

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.