Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • RequestConditionFunction

Index

Properties

beginsWith

beginsWith: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

between

between: function

Type declaration

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

      • value1: any
      • value2: any

      Returns T

contains

contains: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

eq

eq: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

equals

equals: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

gt

gt: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

gte

gte: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

in

in: function

Type declaration

    • (value: any[]): T
    • Parameters

      • value: any[]

      Returns T

lt

lt: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

lte

lte: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

ne

ne: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

notContains

notContains: function

Type declaration

    • (value: any): T
    • Parameters

      • value: any

      Returns T

notNull

notNull: function

Type declaration

    • (): T
    • Returns T

null

null: function

Type declaration

    • (): T
    • Returns T

type

type: function

Type declaration

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