flatMap<B> method
Evaluation<E, R, W, S, B>
flatMap<B>(
- covariant Function1<
A, Evaluation< fE, R, W, S, B> >
override
Implementation
Evaluation<E, R, W, S, B> flatMap<B>(Function1<A, Evaluation<E, R, W, S, B>> f) => bind(f);