flatTap<B> method

Task<A> flatTap<B>(
  1. Task<B> that
)

Implementation

Task<A> flatTap<B>(Task<B> that) => productL(that);