andThen<B> method

F andThen<B>(
  1. covariant F next
)

Implementation

F andThen<B>(covariant F next) => bind((_) => next);