Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MonoOperatorListHandler

Handles MonoOperatorListMetadata by applying the supplied functions to the supplied operators to build a pipeline.

Hierarchy

  • MonoOperatorListHandler

Implements

Index

Methods

Private applyOperatorsWith

  • applyOperatorsWith(fns: Callable[]): (Anonymous function)
  • Returns a function that maps overa list of operators an applies the index equivalent function to the current operator

    Parameters

    Returns (Anonymous function)

handle

  • For each operator applies the index equivalent function to the operator. Builds an observable pipeline by applying all operators before finally attaching it to the reactive model observable.

    Parameters

    • model: ReactiveModel

      the reactive model the decorator is applied to

    • propertyName: string

      the property the decorator is applied to.

    • payload: MonoOperatorListPayload

      the list of functions and operators

    Returns void

Private isNotCorrectFunctionCount

Generated using TypeDoc