Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • E

Hierarchy

Implements

Index

Methods

every

  • every(p: function): boolean

filter

find

  • find(p: function): E | undefined

forEach

  • forEach(f: function): void

Private iterateUntil

  • iterateUntil<T>(p: function, m: function, orElse: T): T
  • Type parameters

    • T

    Parameters

    • p: function
        • (e: E): boolean
        • Parameters

          • e: E

          Returns boolean

    • m: function
        • (e: E): T
        • Parameters

          • e: E

          Returns T

    • orElse: T

    Returns T

iterator

map

reduce

  • reduce<A>(r: function, initialValue: A): A
  • Type parameters

    • A

    Parameters

    • r: function
        • (accumulator: A, currentElement: E): A
        • Parameters

          • accumulator: A
          • currentElement: E

          Returns A

    • initialValue: A

    Returns A

size

  • size(): number

some

  • some(p: function): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc