Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores, provides and creates Operator implementations to be used in the project as singleton objects. Passes reference to itself to all Operators it creates, so they can use it if they want to.

Hierarchy

  • OperatorService

Index

Constructors

Properties

_operatorResolver: OperatorResolverService
_operators: Map<Type<Operator<any>>, Operator<any>>

Methods

  • createOperatorIfNotInMap(operatorClass: Type<Operator<any>>): void
  • getFromMetadata(metadata: string): Operator<any>

Generated using TypeDoc