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

UnaryFilter | SAP Cloud SDK for JavaScript / TypeScript - v1.54.2
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • UnaryFilter

Index

Constructors

Properties

Constructors

  • Type parameters

    Parameters

    • singleOperand: Filterable<EntityT, any>
    • operator: "not"

    Returns UnaryFilter<EntityT>

Properties

operator: "not"
singleOperand: Filterable<EntityT, any>