Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • RequestSortKeyConditionFunction

Indexable

[key: string]: function
    • (...value: any[]): R
    • Parameters

      • Rest ...value: any[]

      Returns R

Index

Properties

beginsWith

beginsWith: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

between

between: function

Type declaration

    • (value1: any, value2: any): R
    • Parameters

      • value1: any
      • value2: any

      Returns R

eq

eq: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

equals

equals: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

gt

gt: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

gte

gte: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

lt

lt: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

lte

lte: function

Type declaration

    • (value: any): R
    • Parameters

      • value: any

      Returns R

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc