Components Interactions Examples Tutorials API FAQ
Options
Menu

Interface Nest

Type parameters

  • T

Hierarchy

  • Nest

Index

Methods

entries

  • entries(array: T[]): object[]

key

  • key(func: function): Nest<T>

map

  • map(array: T[]): object
  • map(array: T[], mapType: map): Map<any>

rollup

  • rollup<U>(func: function): Nest<T>
  • Type parameters

    • U

    Parameters

    • func: function
        • (values: T[]): U
        • Parameters

          • values: T[]

          Returns U

    Returns Nest<T>

sortKeys

  • sortKeys(comparator: function): Nest<T>
  • Parameters

    • comparator: function
        • (a: string, b: string): number
        • Parameters

          • a: string
          • b: string

          Returns number

    Returns Nest<T>

sortValues

  • sortValues(comparator: function): Nest<T>
  • Parameters

    • comparator: function
        • (a: T, b: T): number
        • Parameters

          • a: T
          • b: T

          Returns number

    Returns Nest<T>

Generated using TypeDoc