Interface LoDashExplicitWrapper<TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue>
Type parameters
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
-
TValue
Methods
countBy
- countBy<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratee?: ValueIteratee<T>): LoDashExplicitWrapper<Dictionary<number>>
- countBy<T>(this: LoDashExplicitWrapper<T | null | undefined>, iteratee?: ValueIteratee<T[keyof T]>): LoDashExplicitWrapper<Dictionary<number>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<Dictionary<number>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Optional iteratee: ValueIteratee<T[keyof T]>
Returns LoDashExplicitWrapper<Dictionary<number>>
every
- every<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>): LoDashExplicitWrapper<boolean>
- every<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>): LoDashExplicitWrapper<boolean>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<boolean>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<boolean>
filter
- filter(this: LoDashExplicitWrapper<string | null | undefined>, predicate?: StringIterator<boolean>): LoDashExplicitWrapper<string[]>
- filter<T, S>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate: ListIteratorTypeGuard<T, S>): LoDashExplicitWrapper<S[]>
- filter<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>): LoDashExplicitWrapper<T[]>
- filter<T, S>(this: LoDashExplicitWrapper<T | null | undefined>, predicate: ObjectIteratorTypeGuard<T, S>): LoDashExplicitWrapper<S[]>
- filter<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Parameters
-
this: LoDashExplicitWrapper<string | null | undefined>
-
Optional predicate: StringIterator<boolean>
Returns LoDashExplicitWrapper<string[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<S[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<S[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
find
- find<T, S>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate: ListIteratorTypeGuard<T, S>, fromIndex?: undefined | number): LoDashExplicitWrapper<S | undefined>
- find<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>, fromIndex?: undefined | number): LoDashExplicitWrapper<T | undefined>
- find<T, S>(this: LoDashExplicitWrapper<T | null | undefined>, predicate: ObjectIteratorTypeGuard<T, S>, fromIndex?: undefined | number): LoDashExplicitWrapper<S | undefined>
- find<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>, fromIndex?: undefined | number): LoDashExplicitWrapper<T[keyof T] | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<S | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<S | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<T[keyof T] | undefined>
findLast
- findLast<T, S>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate: ListIteratorTypeGuard<T, S>, fromIndex?: undefined | number): LoDashExplicitWrapper<S | undefined>
- findLast<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>, fromIndex?: undefined | number): LoDashExplicitWrapper<T | undefined>
- findLast<T, S>(this: LoDashExplicitWrapper<T | null | undefined>, predicate: ObjectIteratorTypeGuard<T, S>, fromIndex?: undefined | number): LoDashExplicitWrapper<S | undefined>
- findLast<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>, fromIndex?: undefined | number): LoDashExplicitWrapper<T[keyof T] | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<S | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<S | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional fromIndex: undefined | number
Returns LoDashExplicitWrapper<T[keyof T] | undefined>
flatMap
- flatMap<T>(this: LoDashExplicitWrapper<List<Many<T>> | Dictionary<Many<T>> | NumericDictionary<Many<T>> | null | undefined>): LoDashExplicitWrapper<T[]>
- flatMap(): LoDashExplicitWrapper<any[]>
- flatMap<T, TResult>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratee: ListIterator<T, Many<TResult>>): LoDashExplicitWrapper<TResult[]>
- flatMap<T, TResult>(this: LoDashExplicitWrapper<T | null | undefined>, iteratee: ObjectIterator<T, Many<TResult>>): LoDashExplicitWrapper<TResult[]>
- flatMap(iteratee: string): LoDashExplicitWrapper<any[]>
- flatMap(iteratee: object): LoDashExplicitWrapper<boolean[]>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T[]>
-
Returns LoDashExplicitWrapper<any[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Parameters
Returns LoDashExplicitWrapper<any[]>
-
Parameters
Returns LoDashExplicitWrapper<boolean[]>
flatMapDeep
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Parameters
-
this: LoDashExplicitWrapper<object | null | undefined>
-
iteratee: string
Returns LoDashExplicitWrapper<any[]>
-
Parameters
-
this: LoDashExplicitWrapper<object | null | undefined>
-
iteratee: object
Returns LoDashExplicitWrapper<boolean[]>
flatMapDepth
- flatMapDepth<T>(this: LoDashExplicitWrapper<List<ListOfRecursiveArraysOrValues<T> | T> | Dictionary<ListOfRecursiveArraysOrValues<T> | T> | NumericDictionary<ListOfRecursiveArraysOrValues<T> | T> | null | undefined>): LoDashExplicitWrapper<T[]>
- flatMapDepth<T, TResult>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratee: ListIterator<T, ListOfRecursiveArraysOrValues<TResult> | TResult>, depth?: undefined | number): LoDashExplicitWrapper<TResult[]>
- flatMapDepth<T, TResult>(this: LoDashExplicitWrapper<T | null | undefined>, iteratee: ObjectIterator<T, ListOfRecursiveArraysOrValues<TResult> | TResult>, depth?: undefined | number): LoDashExplicitWrapper<TResult[]>
- flatMapDepth(this: LoDashExplicitWrapper<object | null | undefined>, iteratee: string, depth?: undefined | number): LoDashExplicitWrapper<any[]>
- flatMapDepth(this: LoDashExplicitWrapper<object | null | undefined>, iteratee: object, depth?: undefined | number): LoDashExplicitWrapper<boolean[]>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional depth: undefined | number
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional depth: undefined | number
Returns LoDashExplicitWrapper<TResult[]>
-
Parameters
-
this: LoDashExplicitWrapper<object | null | undefined>
-
iteratee: string
-
Optional depth: undefined | number
Returns LoDashExplicitWrapper<any[]>
-
Parameters
-
this: LoDashExplicitWrapper<object | null | undefined>
-
iteratee: object
-
Optional depth: undefined | number
Returns LoDashExplicitWrapper<boolean[]>
groupBy
- groupBy<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratee?: ValueIteratee<T>): LoDashExplicitWrapper<Dictionary<T[]>>
- groupBy<T>(this: LoDashExplicitWrapper<T | null | undefined>, iteratee?: ValueIteratee<T[keyof T]>): LoDashExplicitWrapper<Dictionary<Array<T[keyof T]>>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<Dictionary<T[]>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Optional iteratee: ValueIteratee<T[keyof T]>
Returns LoDashExplicitWrapper<Dictionary<Array<T[keyof T]>>>
includes
- includes<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>, target: T, fromIndex?: undefined | number): LoDashExplicitWrapper<boolean>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<boolean>
invokeMap
- invokeMap(methodName: string, ...args: any[]): LoDashExplicitWrapper<any[]>
- invokeMap<TResult>(method: function, ...args: any[]): LoDashExplicitWrapper<TResult[]>
-
Parameters
-
methodName: string
-
Rest ...args: any[]
Returns LoDashExplicitWrapper<any[]>
-
Type parameters
Parameters
-
method: function
-
- (...args: any[]): TResult
-
Parameters
Returns TResult
-
Rest ...args: any[]
Returns LoDashExplicitWrapper<TResult[]>
keyBy
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<Dictionary<T>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<Dictionary<T[keyof T]>>
map
- map<T, TResult>(this: LoDashExplicitWrapper<T[] | null | undefined>, iteratee: ArrayIterator<T, TResult>): LoDashExplicitWrapper<TResult[]>
- map<T, TResult>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratee: ListIterator<T, TResult>): LoDashExplicitWrapper<TResult[]>
- map<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>): LoDashExplicitWrapper<T[]>
- map<T, TResult>(this: LoDashExplicitWrapper<T | null | undefined>, iteratee: ObjectIterator<T, TResult>): LoDashExplicitWrapper<TResult[]>
- map<T, K>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>, iteratee: K): LoDashExplicitWrapper<Array<T[K]>>
- map<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>, iteratee?: undefined | string): LoDashExplicitWrapper<any[]>
- map<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>, iteratee?: undefined | object): LoDashExplicitWrapper<boolean[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T[] | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<TResult[]>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<Array<T[K]>>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<any[]>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<boolean[]>
orderBy
- orderBy<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratees?: Many<ListIterator<T, NotVoid>>, orders?: Many<boolean | "asc" | "desc">): LoDashExplicitWrapper<T[]>
- orderBy<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, iteratees?: Many<ListIteratee<T>>, orders?: Many<boolean | "asc" | "desc">): LoDashExplicitWrapper<T[]>
- orderBy<T>(this: LoDashExplicitWrapper<T | null | undefined>, iteratees?: Many<ObjectIterator<T, NotVoid>>, orders?: Many<boolean | "asc" | "desc">): LoDashExplicitWrapper<Array<T[keyof T]>>
- orderBy<T>(this: LoDashExplicitWrapper<T | null | undefined>, iteratees?: Many<ObjectIteratee<T>>, orders?: Many<boolean | "asc" | "desc">): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional orders: Many<boolean | "asc" | "desc">
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
Optional orders: Many<boolean | "asc" | "desc">
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional orders: Many<boolean | "asc" | "desc">
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
Optional orders: Many<boolean | "asc" | "desc">
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
partition
- partition<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, callback: ValueIteratee<T>): LoDashExplicitWrapper<[T[], T[]]>
- partition<T>(this: LoDashExplicitWrapper<T | null | undefined>, callback: ValueIteratee<T[keyof T]>): LoDashExplicitWrapper<[Array<T[keyof T]>, Array<T[keyof T]>]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<[T[], T[]]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<[Array<T[keyof T]>, Array<T[keyof T]>]>
reduce
- reduce<T, TResult>(this: LoDashExplicitWrapper<T[] | null | undefined>, callback: MemoListIterator<T, TResult, T[]>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduce<T, TResult>(this: LoDashExplicitWrapper<List<T> | null | undefined>, callback: MemoListIterator<T, TResult, List<T>>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduce<T, TResult>(this: LoDashExplicitWrapper<T | null | undefined>, callback: MemoObjectIterator<T[keyof T], TResult, T>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduce<T>(this: LoDashExplicitWrapper<T[] | null | undefined>, callback: MemoListIterator<T, T, T[]>): LoDashExplicitWrapper<T | undefined>
- reduce<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, callback: MemoListIterator<T, T, List<T>>): LoDashExplicitWrapper<T | undefined>
- reduce<T>(this: LoDashExplicitWrapper<T | null | undefined>, callback: MemoObjectIterator<T[keyof T], T[keyof T], T>): LoDashExplicitWrapper<T[keyof T] | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T[] | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T[] | null | undefined>
-
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
callback: MemoObjectIterator<T[keyof T], T[keyof T], T>
Returns LoDashExplicitWrapper<T[keyof T] | undefined>
reduceRight
- reduceRight<T, TResult>(this: LoDashExplicitWrapper<T[] | null | undefined>, callback: MemoListIterator<T, TResult, T[]>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduceRight<T, TResult>(this: LoDashExplicitWrapper<List<T> | null | undefined>, callback: MemoListIterator<T, TResult, List<T>>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduceRight<T, TResult>(this: LoDashExplicitWrapper<T | null | undefined>, callback: MemoObjectIterator<T[keyof T], TResult, T>, accumulator: TResult): LoDashExplicitWrapper<TResult>
- reduceRight<T>(this: LoDashExplicitWrapper<T[] | null | undefined>, callback: MemoListIterator<T, T, T[]>): LoDashExplicitWrapper<T | undefined>
- reduceRight<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, callback: MemoListIterator<T, T, List<T>>): LoDashExplicitWrapper<T | undefined>
- reduceRight<T>(this: LoDashExplicitWrapper<T | null | undefined>, callback: MemoObjectIterator<T[keyof T], T[keyof T], T>): LoDashExplicitWrapper<T[keyof T] | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T[] | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
-
accumulator: TResult
Returns LoDashExplicitWrapper<TResult>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T[] | null | undefined>
-
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
callback: MemoObjectIterator<T[keyof T], T[keyof T], T>
Returns LoDashExplicitWrapper<T[keyof T] | undefined>
reject
- reject(this: LoDashExplicitWrapper<string | null | undefined>, predicate?: StringIterator<boolean>): LoDashExplicitWrapper<string[]>
- reject<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>): LoDashExplicitWrapper<T[]>
- reject<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Parameters
-
this: LoDashExplicitWrapper<string | null | undefined>
-
Optional predicate: StringIterator<boolean>
Returns LoDashExplicitWrapper<string[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
sample
- sample<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>): LoDashExplicitWrapper<T | undefined>
- sample<T>(this: LoDashExplicitWrapper<T | null | undefined>): LoDashExplicitWrapper<T[keyof T] | undefined>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T | undefined>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
Returns LoDashExplicitWrapper<T[keyof T] | undefined>
sampleSize
- sampleSize<T>(this: LoDashExplicitWrapper<List<T> | Dictionary<T> | NumericDictionary<T> | null | undefined>, n?: undefined | number): LoDashExplicitWrapper<T[]>
- sampleSize<T>(this: LoDashExplicitWrapper<T | null | undefined>, n?: undefined | number): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Type parameters
Parameters
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Optional n: undefined | number
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
shuffle
- shuffle<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>): LoDashExplicitWrapper<T[]>
- shuffle<T>(this: LoDashExplicitWrapper<T | null | undefined>): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
size
- size(): LoDashExplicitWrapper<number>
-
Returns LoDashExplicitWrapper<number>
some
- some<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, predicate?: ListIterateeCustom<T, boolean>): LoDashExplicitWrapper<boolean>
- some<T>(this: LoDashExplicitWrapper<T | null | undefined>, predicate?: ObjectIterateeCustom<T, boolean>): LoDashExplicitWrapper<boolean>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<boolean>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<boolean>
sortBy
- sortBy<T>(this: LoDashExplicitWrapper<List<T> | null | undefined>, ...iteratees: Array<Many<ListIteratee<T>>>): LoDashExplicitWrapper<T[]>
- sortBy<T>(this: LoDashExplicitWrapper<T | null | undefined>, ...iteratees: Array<Many<ObjectIteratee<T>>>): LoDashExplicitWrapper<Array<T[keyof T]>>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<List<T> | null | undefined>
-
Returns LoDashExplicitWrapper<T[]>
-
Type parameters
Parameters
-
this: LoDashExplicitWrapper<T | null | undefined>
-
Returns LoDashExplicitWrapper<Array<T[keyof T]>>
_.countBy