Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Match

Hierarchy

Index

Constructors

constructor

  • new Match(body: any): Match
  • Parameters

    • body: any

    Returns Match

Properties

body

body: any

Methods

getCost

  • getCost(): 0 | 2
  • Returns 0 | 2

getUsedFields

  • getUsedFields(): string[]

hash

  • hash(): string
  • Returns string

negate

pushDump

pushStage

  • pushStage(pipeline: any[]): any[]
  • Parameters

    • pipeline: any[]

    Returns any[]

Static fromStage

Static hashBody

  • hashBody(body: any): string
  • Parameters

    • body: any

    Returns string

Generated using TypeDoc