andThen<B> method

Evaluation<E, R, W, S, B> andThen<B>(
  1. covariant Evaluation<E, R, W, S, B> next
)
override

Implementation

Evaluation<E, R, W, S, B> andThen<B>(Evaluation<E, R, W, S, B> next) => bind((_) => next);