Returns a function that maps overa list of operators an applies the index equivalent function to the current operator
a list functions
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.
the reactive model the decorator is applied to
the property the decorator is applied to.
the list of functions and operators
Returns true if an equal number of operators and functions has been provided
a list of rxjs operators
a list of functions
Generated using TypeDoc
Handles MonoOperatorListMetadata by applying the supplied functions to the supplied operators to build a pipeline.