Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapFunction<TDocument>

A function to map values. Values are mapped by calling a MongoDB server internal function emit.

Type parameters

  • TDocument

    Interface of the document it works on.

Hierarchy

  • MapFunction

Callable

  • __call(this: TDocument): void
  • A function to map values. Values are mapped by calling a MongoDB server internal function emit.

    Parameters

    • this: TDocument

    Returns void

    Nothing

Generated using TypeDoc