ZygostaskflatMapOn this pageflatMap() flatMap<A, B>(f): (fa) => Task<B> Chains a function that returns a Task over the result. Type Parametersβ A: Aβ The input type. B: Bβ The output type. Parametersβ f: (a) => Task<B>β The chaining function. Returnsβ A function that transforms the Task. Sinceβ 2.0.0