Interface LoDashWrapper<TValue, TValue, TValue>
Methods
pullAllBy
-
Type parameters
Parameters
-
this: LoDashWrapper<List<T>>
-
Optional values: List<T>
-
Returns this
-
Type parameters
Parameters
-
this: LoDashWrapper<List<T1>>
-
values: List<T2>
-
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
-
Type parameters
Parameters
Returns this
-
Type parameters
Parameters
-
this: LoDashWrapper<List<T1>>
-
values: List<T2>
-
Returns this
pullAt
- pullAt(...indexes: Array<Many<number>>): this
-
Parameters
-
Rest ...indexes: Array<Many<number>>
Returns this
_.pullAllBy