Type aliases
AssignCustomizer
AssignCustomizer: function
Type declaration
-
- (objectValue: any, sourceValue: any, key?: string, object?: __type, source?: __type): any
-
Parameters
-
objectValue: any
-
sourceValue: any
-
Optional key: string
-
Optional object: __type
-
Optional source: __type
Returns any
CloneDeepWithCustomizer
CloneDeepWithCustomizer: function
Type declaration
-
-
Parameters
Returns TResult
CloneWithCustomizer
CloneWithCustomizer: function
Type declaration
-
-
Parameters
Returns TResult
ConformsPredicateObject
ConformsPredicateObject: object
DictionaryIterator
DictionaryIterator: function
Type declaration
-
- (value: T, key?: string, collection?: Dictionary<T>): TResult
-
Parameters
-
value: T
-
Optional key: string
-
Optional collection: Dictionary<T>
Returns TResult
Function0
Function0: function
Function1
Function1: function
Function2
Function2: function
Function3
Function3: function
Type declaration
-
- (t1: T1, t2: T2, t3: T3): R
Function4
Function4: function
Type declaration
-
- (t1: T1, t2: T2, t3: T3, t4: T4): R
-
Parameters
-
t1: T1
-
t2: T2
-
t3: T3
-
t4: T4
Returns R
InvertByIterator
InvertByIterator: function
IsEqualCustomizer
IsEqualCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey?: number | string): boolean
-
Parameters
-
value: any
-
other: any
-
Optional indexOrKey: number | string
Returns boolean
ListIterator
ListIterator: function
Type declaration
-
- (value: T, index: number, collection: List<T>): TResult
-
Parameters
-
value: T
-
index: number
-
collection: List<T>
Returns TResult
Many
Many: T | T[]
MemoIterator
MemoIterator: function
Type declaration
-
- (prev: TResult, curr: T, indexOrKey?: any, list?: T[]): TResult
-
Parameters
-
prev: TResult
-
curr: T
-
Optional indexOrKey: any
-
Optional list: T[]
Returns TResult
MemoVoidArrayIterator
MemoVoidArrayIterator: function
Type declaration
-
- (acc: TResult, curr: T, index?: number, arr?: T[]): void
-
Parameters
-
acc: TResult
-
curr: T
-
Optional index: number
-
Optional arr: T[]
Returns void
MemoVoidDictionaryIterator
MemoVoidDictionaryIterator: function
Type declaration
-
- (acc: TResult, curr: T, key?: string, dict?: Dictionary<T>): void
-
Parameters
-
acc: TResult
-
curr: T
-
Optional key: string
-
Returns void
MemoVoidIterator
MemoVoidIterator: function
Type declaration
-
- (prev: TResult, curr: T, indexOrKey?: any, list?: T[]): void
-
Parameters
-
prev: TResult
-
curr: T
-
Optional indexOrKey: any
-
Optional list: T[]
Returns void
MergeWithCustomizer
MergeWithCustomizer: function
Type declaration
-
- (value: any, srcValue: any, key?: string, object?: Object, source?: Object): any
-
Parameters
-
value: any
-
srcValue: any
-
Optional key: string
-
Optional object: Object
-
Optional source: Object
Returns any
NumericDictionaryIterator
NumericDictionaryIterator: function
Type declaration
-
- (value: T, key?: number, collection?: Dictionary<T>): TResult
-
Parameters
-
value: T
-
Optional key: number
-
Optional collection: Dictionary<T>
Returns TResult
ObjectIterator
ObjectIterator: function
Type declaration
-
- (element: T, key?: string, collection?: any): TResult
-
Parameters
-
element: T
-
Optional key: string
-
Optional collection: any
Returns TResult
PH
SetWithCustomizer
SetWithCustomizer: function
Type declaration
-
- (nsValue: any, key: string, nsObject: T): any
-
Parameters
-
nsValue: any
-
key: string
-
nsObject: T
Returns any
StringIterator
StringIterator: function
Type declaration
-
- (char: string, index?: number, string?: string): TResult
-
Parameters
-
char: string
-
Optional index: number
-
Optional string: string
Returns TResult
isMatchCustomizer
isMatchCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey?: number | string): boolean
-
Parameters
-
value: any
-
other: any
-
Optional indexOrKey: number | string
Returns boolean
isMatchWithCustomizer
isMatchWithCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey?: number | string): boolean
-
Parameters
-
value: any
-
other: any
-
Optional indexOrKey: number | string
Returns boolean
An object containing predicate functions for each property of T