map<B> abstract method

F map<B>(
  1. B f(
    1. A a
    )
)

Implementation

F map<B>(B f(A a));