Properties
attributeExists
attributeExists: function
attributeNotExists
attributeNotExists: function
beginsWith
beginsWith: function
between
between: function
Type declaration
-
- (value1: T, value2: T): R
contains
contains: function
Type declaration
-
- (value: T | ExtractListType<T>): R
-
Parameters
-
value: T | ExtractListType<T>
Returns R
notContains
notContains: function
Type declaration
-
- (value: T | ExtractListType<T>): R
-
Parameters
-
value: T | ExtractListType<T>
Returns R
notNull
notNull: function