bind<B> abstract method

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

Implementation

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