Vinyl
    Preparing search index...

    Function flowRightAsync

    • Creates a function that is the composition of the provided async functions. Each function consumes the return value of the function that precedes.

      Type Parameters

      • A
      • B

      Parameters

      Returns (a: A) => Promise<B>

    • Creates a function that is the composition of the provided async functions. Each function consumes the return value of the function that precedes.

      Type Parameters

      • A
      • B
      • C

      Parameters

      Returns (a: A) => Promise<C>

    • Creates a function that is the composition of the provided async functions. Each function consumes the return value of the function that precedes.

      Type Parameters

      • A
      • B
      • C
      • D

      Parameters

      Returns (a: A) => Promise<D>

    • Creates a function that is the composition of the provided async functions. Each function consumes the return value of the function that precedes.

      Type Parameters

      • A
      • B
      • C
      • D
      • E

      Parameters

      Returns (a: A) => Promise<E>

    • Creates a function that is the composition of the provided async functions. Each function consumes the return value of the function that precedes.

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F

      Parameters

      Returns (a: A) => Promise<F>