andThen<B> method

HKT<KT, B> andThen<B>(
  1. HKT<KT, B> then()
)

Implementation

HKT<KT, B> andThen<B>(HKT<KT, B> Function() then) => flatMap((_) => then());