Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "collection/index"

Index

Functions

filter

  • filter(collection: any, predicate?: any): any

find

  • find(collection: any, predicate?: any, fromIndex?: any): any
  • Parameters

    • collection: any
    • Optional predicate: any
    • Optional fromIndex: any

    Returns any

findKey

  • findKey(collection: any, predicate: any): any

forEach

  • forEach(collection: any, iterate?: any): any

groupBy

  • groupBy(collection: any, iterate?: any): any

keyBy

  • keyBy(collection: any, iterate?: any): any

map

  • map(collection: any, iterate?: any): any

rawDiff

  • rawDiff(source: any, object: any): boolean

reject

  • reject(collection: any, predicate?: any): any

size

  • size(collection: any): any

sortBy

  • sortBy(collection: any, iterate?: any): any

Generated using TypeDoc