flatMap<B> method

F flatMap<B>(
  1. covariant F f(
    1. A a
    )
)

Implementation

F flatMap<B>(covariant F f(A a)) => bind(f);