• This method invokes interceptor and returns value. The interceptor is invoked with one argument; (value). The purpose of this method is to "tap into" a method chain in order to perform operations on intermediate results within the chain.

    Type Parameters

    • T

    Parameters

    • value: T

      The value to provide to interceptor.

    • interceptor: ((value) => void)

      The function to invoke.

        • (value): void
        • Parameters

          • value: T

          Returns void

    Returns T

    Returns value.

Generated using TypeDoc