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

    Class BooleanFilterFunction<EntityT>

    Representation of a filter function, that returns a value of type boolean.

    Type Parameters

    Hierarchy (View Summary)

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

      Parameters

      • value: boolean

        Value to be used in the filter.

      Returns Filter<EntityT, any, boolean>

      The resulting filter.

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

      Parameters

      • value: boolean

        Value to be used in the filter.

      Returns Filter<EntityT, any, boolean>

      The resulting filter.