flatMap<B> method

Evaluation<E, R, W, S, B> flatMap<B>(
  1. covariant Function1<A, Evaluation<E, R, W, S, B>> f
)
override

Implementation

Evaluation<E, R, W, S, B> flatMap<B>(Function1<A, Evaluation<E, R, W, S, B>> f) => bind(f);