Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • R

Hierarchy

  • ConditionFunctions

Index

Properties

attributeExists

attributeExists: function

Type declaration

    • (): R
    • Returns R

attributeNotExists

attributeNotExists: function

Type declaration

    • (): R
    • Returns R

beginsWith

beginsWith: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

between

between: function

Type declaration

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

      • value1: T
      • value2: T

      Returns R

contains

contains: function

Type declaration

    • (value: T | ExtractListType<T>): R
    • Parameters

      • value: T | ExtractListType<T>

      Returns R

eq

eq: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

equals

equals: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

gt

gt: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

gte

gte: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

in

in: function

Type declaration

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

      • value: T[]

      Returns R

lt

lt: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

lte

lte: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

ne

ne: function

Type declaration

    • (value: T): R
    • Parameters

      • value: T

      Returns R

notContains

notContains: function

Type declaration

    • (value: T | ExtractListType<T>): R
    • Parameters

      • value: T | ExtractListType<T>

      Returns R

notNull

notNull: function

Type declaration

    • (): R
    • Returns R

null

null: function

Type declaration

    • (): R
    • Returns R

type

type: function

Type declaration