Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoDashWrapper<TValue, TValue, TValue>

Type parameters

  • TValue

  • TValue

  • TValue

Hierarchy

  • LoDashWrapper

Index

Methods

pullAllBy

  • see

    _.pullAllBy

    Type parameters

    • T

    Parameters

    Returns this

  • see

    _.pullAllBy

    Type parameters

    • T1

    • T2

    Parameters

    Returns this

pullAllWith

  • pullAllWith<T>(this: LoDashWrapper<List<T>>, values?: List<T>, comparator?: Comparator<T>): this
  • pullAllWith<T1, T2>(this: LoDashWrapper<List<T1>>, values: List<T2>, comparator: Comparator2<T1, T2>): this
  • see

    _.pullAllWith

    Type parameters

    • T

    Parameters

    • this: LoDashWrapper<List<T>>
    • Optional values: List<T>
    • Optional comparator: Comparator<T>

    Returns this

  • see

    _.pullAllWith

    Type parameters

    • T1

    • T2

    Parameters

    Returns this

pullAt

  • pullAt(...indexes: Array<Many<number>>): this
  • see

    _.pullAt

    Parameters

    • Rest ...indexes: Array<Many<number>>

    Returns this

Generated using TypeDoc