Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Reducer<S, A>

Type parameters

  • S

  • A

Hierarchy

  • Reducer

Implemented by

Index

Methods

Methods

reduce

  • reduce(state: S, a: A): S
  • Parameters

    • state: S
    • a: A

    Returns S

Generated using TypeDoc