productR<B> method

Task<B> productR<B>(
  1. Task<B> that
)

Implementation

Task<B> productR<B>(Task<B> that) => andThen(that);