WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

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

    • (value: TValue): TResult
    • Parameters

      • value: TValue

      Returns TResult

CloneWithCustomizer

CloneWithCustomizer: function

Type declaration

    • (value: TValue): TResult
    • Parameters

      • value: TValue

      Returns TResult

ConformsPredicateObject

ConformsPredicateObject: object

An object containing predicate functions for each property of T

Type declaration

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

Type declaration

    • (): R
    • Returns R

Function1

Function1: function

Type declaration

    • (t1: T1): R
    • Parameters

      • t1: T1

      Returns R

Function2

Function2: function

Type declaration

    • (t1: T1, t2: T2): R
    • Parameters

      • t1: T1
      • t2: T2

      Returns R

Function3

Function3: function

Type declaration

    • (t1: T1, t2: T2, t3: T3): R
    • Parameters

      • t1: T1
      • t2: T2
      • t3: T3

      Returns 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

Type declaration

    • (value: T): any
    • Parameters

      • value: T

      Returns any

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
      • Optional dict: Dictionary<T>

      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

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