Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "collection/index"

Index

Functions

filter

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

    • collection: any
    • Optional predicate: any

    Returns any

find

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

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

    Returns any

forEach

  • forEach(collection: any, iteratee?: any): any
  • Parameters

    • collection: any
    • Optional iteratee: any

    Returns any

groupBy

  • groupBy(collection: any, iteratee?: any): any
  • Parameters

    • collection: any
    • Optional iteratee: any

    Returns any

keyBy

  • keyBy(collection: any, iteratee?: any): any
  • Parameters

    • collection: any
    • Optional iteratee: any

    Returns any

map

  • map(collection: any, iteratee?: any): any
  • Parameters

    • collection: any
    • Optional iteratee: any

    Returns any

rawDiff

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

    • source: any
    • object: any

    Returns boolean

reject

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

    • collection: any
    • Optional predicate: any

    Returns any

size

  • size(collection: any): any
  • Parameters

    • collection: any

    Returns any

sortBy

  • sortBy(collection: any, iteratees?: any): any
  • Parameters

    • collection: any
    • Optional iteratees: any

    Returns any

Generated using TypeDoc