SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Class FilterList<EntityT, DeSerializersT>

    Data structure to combine Filterables conjunctively and / or disjunctively. A FilterList matches when all filterables within the andFilters match and when at least one filterable within the orFilters matches. Should not be used directly.

    Type Parameters

    Implements

    Index

    Constructors

    • Creates an instance of FilterList.

      Type Parameters

      • EntityT extends EntityBase
      • DeSerializersT extends DeSerializers<
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
        >

      Parameters

      Returns FilterList<EntityT, DeSerializersT>

    Properties

    _deSerializers: DeSerializersT

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Entity type of the entity tp be filtered.

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